Compare commits

...

2 Commits

Author SHA1 Message Date
b6ac447713
refactor(hm/price): remove pulseaudio program
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
2024-07-19 00:47:04 -05:00
63865c9188
refactor(nixos/orion): specify pipewire clock settings 2024-07-19 00:46:44 -05:00
2 changed files with 21 additions and 1 deletions

View File

@ -5,5 +5,26 @@
enable = true;
alsa.enable = true;
pulse.enable = true;
extraConfig.pipewire."90-default-clock" = {
"context.properties" = {
"default.clock" = {
"allowed-rates" = [
44100
48000
88200
96000
176400
192000
352800
384000
705600
768000
];
"quantum" = 32;
"min-quantum" = 32;
"max-quantum" = 1024;
};
};
};
};
}

View File

@ -45,7 +45,6 @@ in
kooha
libreoffice-fresh
zathura
pulseaudio
nix-prefetch-scripts
mako
wl-clipboard