error
This commit is contained in:
parent
3d7f627d3b
commit
5b16d8ed3a
5 changed files with 69 additions and 101 deletions
|
|
@ -16,7 +16,7 @@
|
|||
./direnv.nix
|
||||
./firefox.nix
|
||||
./fzf.nix
|
||||
./gaming
|
||||
./games
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
./helix.nix
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, system-config, ...}: {
|
||||
imports = [
|
||||
] ++ lib.optionals system-config.gaming [
|
||||
./awakened-poe-trading
|
||||
] ++ lib.optionals system-config.gaming.enable [
|
||||
# ./awakened-poe-trading
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@
|
|||
};
|
||||
|
||||
master = {
|
||||
new_is_master = true;
|
||||
# new_is_master = true;
|
||||
};
|
||||
|
||||
"$mainMod" = "SUPER";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue