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