diff options
Diffstat (limited to 'home/sadbeast/wopr.nix')
-rw-r--r-- | home/sadbeast/wopr.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/home/sadbeast/wopr.nix b/home/sadbeast/wopr.nix new file mode 100644 index 0000000..81e7902 --- /dev/null +++ b/home/sadbeast/wopr.nix @@ -0,0 +1,12 @@ +{ + pkgs, + config, + lib, + ... +}: { + imports = [ + ./global + ./features/desktop + ./features/games.nix + ]; +} |