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
./firefox.nix
./fzf.nix
./gaming
./git.nix
./gpg.nix
./helix.nix

View file

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

View file

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