summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/default.nix
blob: 34bd34e4d94d604c5147a5b9b52fc73c01476c31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ ... }:
{
  imports = [
    ./communication
    ./desktop
    ./development
    ./editor
    ./education
    ./filesystem
    ./multimedia
    ./networking
    ./nix
    ./rice
    ./scripts
    ./system
    ./utility
    ./gaming.nix
    ./language.nix
  ];
}