Update common.nix

This commit is contained in:
ediblerope 2025-12-03 15:52:25 +00:00 committed by GitHub
parent d39d952d97
commit e19ce816c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
};
}