summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/default.nix
blob: 31754b1ba554420faae4735399fc56b7dbe14f06 (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
    ./network
    ./nix
    ./rice
    ./scripts
    ./system
    ./utility
    # ./gaming.nix
    ./language.nix
  ];
}