From ba8c71efcf07ee2dd4e31774f86b02617a67ea41 Mon Sep 17 00:00:00 2001 From: Lilith Date: Tue, 25 Jun 2024 19:11:36 +0200 Subject: [PATCH] poe --- home/default.nix | 1 + home/games/default.nix | 3 ++- system/full.nix | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) 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 ]; }