Fix missing gamescope import
This commit is contained in:
parent
32c5715547
commit
5537463fff
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue