Import home-manager config

This commit is contained in:
2024-09-07 14:10:24 -07:00
parent d330faf646
commit d134adb40f
5 changed files with 52 additions and 58 deletions

View File

@@ -95,7 +95,8 @@ in
# services.printing.enable = true;
# Enable sound.
hardware.pulseaudio.enable = true;
# TODO: Something is enabling pipewire (sunshine/moonlight maybe?) which is incompatible with pulseaudio
hardware.pulseaudio.enable = false;
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;