aboutsummaryrefslogtreecommitdiff
path: root/modules/users/default.nix
blob: 06999d55d89f7bd4c629c269c8207ea7fbf08924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ ... }:

{
  imports = [
    ./browsers
    ./cli
    ./editors
    ./git
    ./gpg
    ./media
    ./productivity
    ./shells
    ./terminal
    ./zathura
  ];
}