moved another config to desktop module

This commit is contained in:
Leyla Becker 2024-11-24 13:15:40 -06:00
parent 9215e04043
commit eaa19be741
2 changed files with 3 additions and 1 deletions

View file

@ -9,7 +9,6 @@
# Enable sound with pipewire.
hardware.flipperzero.enable = true;
security.rtkit.enable = true;
environment.systemPackages = with pkgs; [
cachefilesd

View file

@ -35,4 +35,7 @@
# Enable sound with pipewire.
hardware.pulseaudio.enable = false;
# enable RealtimeKit for pulse audio
security.rtkit.enable = true;
}