aboutsummaryrefslogtreecommitdiff
path: root/modules/base/default.nix
blob: 4208e879a394e8d9587d15d75f7f1dae4cbc7073 (plain)
1
2
3
4
5
6
7
8
9
10
{ config, ... }:

{
  imports = [
    ./fish
    ./git
    ./shell
    ./user
  ];
}