diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-11-30 14:55:51 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-11-30 14:55:51 +0100 |
| commit | 6277a525062fec33e7b40d69b52987f80c5e6d5b (patch) | |
| tree | 954ed9850d8313505c6ba606c3b2a88a94179285 /modules/common/default.nix | |
| parent | modules/xdg: Remove the gtk-desktop-portal (diff) | |
| download | nixos-config-6277a525062fec33e7b40d69b52987f80c5e6d5b.zip | |
modules/sound: Make sound enable default to on
Diffstat (limited to '')
| -rw-r--r-- | modules/common/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index 11bdb4c2..facb5c3b 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -293,7 +293,6 @@ zsh.enable = true; }; - sound.enable = true; version.enable = true; }; } |
