From d0f2b3ada831aded12a2c4199e3f6466f9b47467 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 22 Mar 2024 08:26:41 +0000 Subject: [PATCH] Vanguard back to being gamescope machine (again) --- flake.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 2273ec67..376ab534 100644 --- a/flake.nix +++ b/flake.nix @@ -177,7 +177,6 @@ systemModules = [ ./system/laptop.nix ./system/hyprland.nix - ./system/games.nix ]; homeModules = [ ./home/hyprland/default.nix @@ -188,12 +187,9 @@ hostName = "Vanguard"; systemModules = [ ./services/sshd.nix - ./system/hyprland.nix - ./system/games.nix - ]; - homeModules = [ - ./home/hyprland/default.nix + ./system/gamescope.nix ]; + homeModules = [./home/default.nix]; }; ## Work