diff --git a/flake.nix b/flake.nix index 9568b5cc..b1cf4e80 100644 --- a/flake.nix +++ b/flake.nix @@ -253,8 +253,8 @@ system = "x86_64-linux"; in systemConfig { inherit hostName user system; - systemModules = [ ./system/gamescope.nix ]; - homeModules = [ ./home/default.nix ./home/games/default.nix ]; + systemModules = default.systemModules ++ [ ./system/steam.nix ]; + homeModules = default.homeModules ++ [ ./home/games/default.nix ]; }; }; diff --git a/hosts/Vanguard/configuration.nix b/hosts/Vanguard/configuration.nix index 2248651c..c915eb0a 100644 --- a/hosts/Vanguard/configuration.nix +++ b/hosts/Vanguard/configuration.nix @@ -1,7 +1 @@ -{ ... }: { - system.autoUpgrade = { - enable = true; - flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=main"; - allowReboot = true; - }; -} \ No newline at end of file +{ ... }: { }