diff --git a/roles/gui.nix b/roles/gui.nix index af6ae5a..f5ea504 100644 --- a/roles/gui.nix +++ b/roles/gui.nix @@ -17,7 +17,7 @@ in config = mkIf cfg.enable { # security.pam.services.greetd.enableGnomeKeyring = true; # not using greetd - hardware.opengl.enable = true; + hardware.graphics.enable = true; services = { gvfs = { enable = true;