summaryrefslogtreecommitdiffstats
path: root/lass/3modules/default.nix
blob: b081dc3cc236408e59b72919c44086ae3ea90dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
_:
{
  imports = [
    ./xresources.nix
    ./bitlbee.nix
    ./folderPerms.nix
    ./go.nix
    ./newsbot-js.nix
    ./per-user.nix
    ./urxvtd.nix
    ./xresources.nix
  ];
}