From 854f5ee287eb66db5a0713e2f4fac56794e3d735 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 30 Nov 2024 12:54:58 -0600 Subject: flake: update to 24.11 --- sys/seat/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/seat') 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; -- cgit v1.2.3