- Updated stylix for improved aesthetics. (Defaults to plasma theme for qt apps)

- Added zoxide
- Adjusted gaps and border widths in niri layout.
- Added new wallpaper files.
This commit is contained in:
2025-12-11 10:55:05 +01:00
parent 4daef71117
commit 6bb20b177b
15 changed files with 336 additions and 272 deletions

View File

@ -218,6 +218,26 @@
};
# security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
#jack.enable = true;
};
services.pipewire.wireplumber.extraConfig = {
"10-bluez-monitor.properties" = {
"bluez5.msbc-support" = false;
"bluez5.hfphsp-support" = false;
"bluez5.hfphsp-backend" = "none"; # Key addition: no backend
"bluez5.roles" = [ "a2dp_sink" ];
};
"11-bluetooth-policy" = {
"wireplumber.settings" = {
"bluetooth.autoswitch-to-headset-profile" = false;
};
};
};
# services.pipewire = {
# enable = true;
# alsa.enable = true;