diff --git a/home/default.nix b/home/default.nix index 3ec5faa5..99b082fd 100644 --- a/home/default.nix +++ b/home/default.nix @@ -14,6 +14,7 @@ ./direnv.nix ./firefox.nix ./fzf.nix + ./gaming ./git.nix ./gpg.nix ./helix.nix diff --git a/home/games/default.nix b/home/games/default.nix index fb1a9e51..704aec48 100644 --- a/home/games/default.nix +++ b/home/games/default.nix @@ -1,5 +1,6 @@ -{...}: { +{ lib, system-config, ...}: { imports = [ + ] ++ lib.optionals system-config.gaming [ ./awakened-poe-trading ]; } diff --git a/system/full.nix b/system/full.nix index e877fd2b..633bd9f5 100644 --- a/system/full.nix +++ b/system/full.nix @@ -18,6 +18,5 @@ ./syncthing.nix ./wayland.nix ./zsh.nix - ./poe.nix ]; }