moved another config to desktop module
This commit is contained in:
parent
9215e04043
commit
eaa19be741
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
hardware.flipperzero.enable = true;
|
hardware.flipperzero.enable = true;
|
||||||
security.rtkit.enable = true;
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cachefilesd
|
cachefilesd
|
||||||
|
|
|
@ -35,4 +35,7 @@
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
|
|
||||||
|
# enable RealtimeKit for pulse audio
|
||||||
|
security.rtkit.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue