why does nixos require me to commit before rebuilding........
This commit is contained in:
parent
260eed30e3
commit
01b2970436
4 changed files with 38 additions and 22 deletions
|
|
@ -10,15 +10,12 @@
|
|||
description = "Enable games module.";
|
||||
};
|
||||
};
|
||||
imports =
|
||||
[
|
||||
./daily_apps.nix
|
||||
./niri.nix
|
||||
./nvf.nix
|
||||
./shell
|
||||
./create-project/create-project.nix
|
||||
]
|
||||
++ lib.optionals config.myModules.games.enable [
|
||||
./games
|
||||
];
|
||||
imports = [
|
||||
./daily_apps.nix
|
||||
./niri.nix
|
||||
./nvf.nix
|
||||
./shell
|
||||
./create-project/create-project.nix
|
||||
./games
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue