diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-11-30 12:54:58 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-12-03 17:32:26 -0600 |
| commit | 854f5ee287eb66db5a0713e2f4fac56794e3d735 (patch) | |
| tree | 93864fc9cfbf1c3a60ad3c4cffe3d62db5fdfb7d /sys | |
| parent | a47ac17c249574e68c4a9f93f558ea61f987804f (diff) | |
flake: update to 24.11
Diffstat (limited to '')
| -rw-r--r-- | sys/baseline/default.nix | 4 | ||||
| -rw-r--r-- | sys/seat/default.nix | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/sys/baseline/default.nix b/sys/baseline/default.nix index 9db8aac..3cb457e 100644 --- a/sys/baseline/default.nix +++ b/sys/baseline/default.nix @@ -29,10 +29,10 @@ with lib; { local.boot.impermanence.directories = [ "/var/lib/dhparams" ]; nix = { - package = pkgs.nixFlakes; + package = pkgs.nix; extraOptions = '' - experimental-features = nix-command flakes repl-flake + experimental-features = nix-command flakes ''; # No me interesa el global registry 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; |
