summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/default.nix
blob: 5343565f76efe2e52d2200726c27e8e879de8d73 (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
  ];
}