refactor
This commit is contained in:
parent
6a9f4d40c8
commit
3f32cdd6ff
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{lib, config, ...}: {
|
||||
imports = [
|
||||
./audio.nix
|
||||
./boot.nix
|
||||
./env.nix
|
||||
./networking.nix
|
||||
./persistence.nix
|
||||
|
|
@ -18,7 +17,7 @@
|
|||
./syncthing.nix
|
||||
./wayland.nix
|
||||
./zsh.nix
|
||||
] ++ lib.optionals conf.gaming.enable [
|
||||
] ++ lib.optionals config.gaming.enable [
|
||||
./vr.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue