mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: enable opengl in gui role because it is required for wayland compositors
This commit is contained in:
parent
39d50d9d2b
commit
cdb6e22929
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
# security.pam.services.greetd.enableGnomeKeyring = true; # not using greetd
|
||||
hardware.opengl.enable = true;
|
||||
services = {
|
||||
gvfs = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue