change file place
This commit is contained in:
parent
f7e66190d6
commit
15a871287b
|
@ -14,7 +14,6 @@ in
|
|||
[ (import ./bootloader.nix) ]
|
||||
++ [ (import ./hardware.nix) ]
|
||||
++ [ (import ./xserver.nix) ]
|
||||
# ++ [ (import ./steam.nix) ]
|
||||
++ [ (import ./network.nix) ]
|
||||
++ [ (import ./pipewire.nix) ]
|
||||
++ [ (import ./program.nix) ]
|
||||
|
@ -24,7 +23,7 @@ in
|
|||
++ [ (import ./user.nix) ]
|
||||
++ [ (import ./wayland.nix) ]
|
||||
++ [ (import ./virtualization.nix) ]
|
||||
++ [ (import ./../../hosts/nixos/hardware-configuration.nix) ]
|
||||
++ [ (import ./../../hosts/desktop/hardware-configuration.nix) ]
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
++ [(import ./rider.nix)] # C# JetBrain editor
|
||||
++ [(import ./scripts/scripts.nix)] # personal scripts
|
||||
++ [(import ./starship.nix)]
|
||||
# ++ [ (import ./steam.nix) ]
|
||||
++ [(import ./swaylock.nix)]
|
||||
++ [(import ./vscodium.nix)]
|
||||
++ [(import ./waybar)]
|
||||
|
|
Loading…
Reference in a new issue