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