Fix missing gamescope import

This commit is contained in:
Evie Litherland-Smith 2023-08-05 18:17:25 +01:00
parent 32c5715547
commit 5537463fff

View file

@ -13,6 +13,7 @@ in
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
../gamescope.nix
../../services/${hostName}.nix
];
@ -30,7 +31,6 @@ in
};
system.autoUpgrade.enable = false;
environment.systemPackages = with pkgs; [ mesa ];
programs.zsh.enable = true;
users.users.${user} = userConfig;
services.greetd = {