aboutsummaryrefslogtreecommitdiff
path: root/modules/user/default.nix
blob: 0cbd1ffbccc5b4c2dbcc490f1fea35a15d92f359 (plain) (blame)
1
2
3
4
5
6
7
8
{
  imports = [
    ./desktop
    ./editors
    ./git.nix
    ./zsh
  ];
}