Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 20 lines 346 B view raw
1{ 2 flakeRoot, 3 ... 4}: 5 6{ 7 imports = [ 8 (flakeRoot + /homes/encode42/common) 9 10 (flakeRoot + /homes/encode42/common/github.nix) 11 12 (flakeRoot + /homes/encode42/desktop/environments/gnome.nix) 13 14 (flakeRoot + /homes/encode42/desktop/firefox.nix) 15 16 (flakeRoot + /homes/shared/desktop/prismlauncher.nix) 17 18 ./config/games.nix 19 ]; 20}