who needs atomic commits?
This commit is contained in:
parent
b3464f8df7
commit
d8538e9d52
6 changed files with 20 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
# Enable sound with pipewire.
|
||||
sound.enable = false;
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
@ -9,4 +9,7 @@
|
|||
pulse.enable = true;
|
||||
#jack.enable = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
pamixer
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue