From 15a871287bcea5c22482ce3a95d69816da708a1c Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 13 Apr 2024 09:18:51 +0200 Subject: [PATCH] change file place --- modules/core/default.nix | 3 +-- modules/home/default.nix | 1 + modules/{core => home}/steam.nix | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename modules/{core => home}/steam.nix (100%) 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