summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/baseline/default.nix4
-rw-r--r--sys/seat/default.nix5
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;