Compare commits
3 Commits
6e2c2a6c46
...
8a03a7d9a3
Author | SHA1 | Date | |
---|---|---|---|
8a03a7d9a3 | |||
b6ac447713 | |||
63865c9188 |
@ -5,5 +5,26 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
pulse.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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,11 @@
|
|||||||
{
|
{
|
||||||
programs = {
|
programs = {
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
zsh.enable = true;
|
zsh = {
|
||||||
|
enable = true;
|
||||||
|
enableCompletion = true;
|
||||||
|
enableBashCompletion = true;
|
||||||
|
};
|
||||||
nix-ld.enable = true;
|
nix-ld.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,6 @@ in
|
|||||||
kooha
|
kooha
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
zathura
|
zathura
|
||||||
pulseaudio
|
|
||||||
nix-prefetch-scripts
|
nix-prefetch-scripts
|
||||||
mako
|
mako
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user