Vanguard back at desk, switch back to Hyprland

Disable autoUpgrade now that it's not on the TV
This commit is contained in:
Evie Litherland-Smith 2024-01-06 11:07:18 +00:00
parent 361ab94c83
commit fb7e923960
2 changed files with 3 additions and 9 deletions

View file

@ -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 ];
};
};

View file

@ -1,7 +1 @@
{ ... }: {
system.autoUpgrade = {
enable = true;
flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=main";
allowReboot = true;
};
}
{ ... }: { }