Vanguard back to being gamescope machine (again)
This commit is contained in:
parent
570efd117f
commit
d0f2b3ada8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue