Vanguard back to being gamescope machine (again)
This commit is contained in:
parent
570efd117f
commit
d0f2b3ada8
|
@ -177,7 +177,6 @@
|
||||||
systemModules = [
|
systemModules = [
|
||||||
./system/laptop.nix
|
./system/laptop.nix
|
||||||
./system/hyprland.nix
|
./system/hyprland.nix
|
||||||
./system/games.nix
|
|
||||||
];
|
];
|
||||||
homeModules = [
|
homeModules = [
|
||||||
./home/hyprland/default.nix
|
./home/hyprland/default.nix
|
||||||
|
@ -188,12 +187,9 @@
|
||||||
hostName = "Vanguard";
|
hostName = "Vanguard";
|
||||||
systemModules = [
|
systemModules = [
|
||||||
./services/sshd.nix
|
./services/sshd.nix
|
||||||
./system/hyprland.nix
|
./system/gamescope.nix
|
||||||
./system/games.nix
|
|
||||||
];
|
|
||||||
homeModules = [
|
|
||||||
./home/hyprland/default.nix
|
|
||||||
];
|
];
|
||||||
|
homeModules = [./home/default.nix];
|
||||||
};
|
};
|
||||||
|
|
||||||
## Work
|
## Work
|
||||||
|
|
Loading…
Reference in a new issue