Update common.nix
This commit is contained in:
parent
d39d952d97
commit
e19ce816c1
1 changed files with 1 additions and 9 deletions
10
common.nix
10
common.nix
|
|
@ -6,6 +6,7 @@
|
|||
imports = [
|
||||
./settings/gnome.nix
|
||||
./settings/locale.nix
|
||||
./settings/audio.nix
|
||||
# Add all your hosts here
|
||||
];
|
||||
|
||||
|
|
@ -58,13 +59,4 @@ services.flatpak.enable = true;
|
|||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue