poe
This commit is contained in:
parent
cdeee496e2
commit
ba8c71efcf
3 changed files with 3 additions and 2 deletions
|
|
@ -14,6 +14,7 @@
|
|||
./direnv.nix
|
||||
./firefox.nix
|
||||
./fzf.nix
|
||||
./gaming
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
./helix.nix
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{...}: {
|
||||
{ lib, system-config, ...}: {
|
||||
imports = [
|
||||
] ++ lib.optionals system-config.gaming [
|
||||
./awakened-poe-trading
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,5 @@
|
|||
./syncthing.nix
|
||||
./wayland.nix
|
||||
./zsh.nix
|
||||
./poe.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue