summaryrefslogtreecommitdiff
path: root/sys/seat/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/seat/default.nix')
-rw-r--r--sys/seat/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/seat/default.nix b/sys/seat/default.nix
index ae9cd77..45b14f1 100644
--- a/sys/seat/default.nix
+++ b/sys/seat/default.nix
@@ -59,9 +59,6 @@ in
wireplumber.enable = true;
};
- # Remove sound.enable or set it to false if you had it set previously, as sound.enable is only meant for ALSA-based configurations
- sound.enable = false;
-
users = {
groups = mapAttrs (_: user: { inherit (user) gid; }) users // {
adbusers.gid = 1008;
@@ -94,7 +91,7 @@ in
];
};
- hardware.opengl.enable = true;
+ hardware.graphics.enable = true;
programs.dconf.enable = true;