aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-01-07 13:28:24 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-01-07 13:28:24 +0530
commitc55dd3075dbd7271b285da15bfad25a0f5ef47f9 (patch)
tree394563df320c6ef837a52b939e63ffd40bec5552 /nixos
parentaa0bdc1e4b65e3fbbb10c49cd1d4e20d491359b3 (diff)
how was volume even working upto now
Diffstat (limited to 'nixos')
-rw-r--r--nixos/services.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/services.nix b/nixos/services.nix
index 4063111..d0c2937 100644
--- a/nixos/services.nix
+++ b/nixos/services.nix
@@ -21,8 +21,7 @@
};
services.blueman.enable = true;
services.printing.enable = true;
- services.pulseaudio.enable = false;
- services.pipewire = {
+ services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;