This commit is contained in:
Lilith 2024-06-25 19:11:36 +02:00
parent cdeee496e2
commit ba8c71efcf
Signed by: lilith
GPG key ID: 8712A0F317C37175
3 changed files with 3 additions and 2 deletions

View file

@ -14,6 +14,7 @@
./direnv.nix ./direnv.nix
./firefox.nix ./firefox.nix
./fzf.nix ./fzf.nix
./gaming
./git.nix ./git.nix
./gpg.nix ./gpg.nix
./helix.nix ./helix.nix

View file

@ -1,5 +1,6 @@
{...}: { { lib, system-config, ...}: {
imports = [ imports = [
] ++ lib.optionals system-config.gaming [
./awakened-poe-trading ./awakened-poe-trading
]; ];
} }

View file

@ -18,6 +18,5 @@
./syncthing.nix ./syncthing.nix
./wayland.nix ./wayland.nix
./zsh.nix ./zsh.nix
./poe.nix
]; ];
} }