diff --git a/modules/core/default.nix b/modules/core/default.nix index fbfea50..e69b6fa 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -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) ] ; }; } diff --git a/modules/home/default.nix b/modules/home/default.nix index b82b6b6..261feaf 100644 --- a/modules/home/default.nix +++ b/modules/home/default.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)] diff --git a/modules/core/steam.nix b/modules/home/steam.nix similarity index 100% rename from modules/core/steam.nix rename to modules/home/steam.nix