Separated Kde-Plasma from other configs. Started work on Hyprland config!

This commit is contained in:
2025-08-14 14:13:13 +02:00
parent 3a76311779
commit 75b84ddd0f
8 changed files with 127 additions and 98 deletions

View File

@ -20,18 +20,18 @@
# xwayland.enable = true;
#};
#xdg.portal = {
# enable = true;
# extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
#};
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
#sound.enable = true;
#security.rtkit.enable = true;
#services.pipewire = {
# enable = true;
# alsa.enable = true;
# alsa.support3Bbit = true;
# pulse.enable = true;
# jack.enable = true;
#}
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
#alsa.support3Bbit = true;
pulse.enable = true;
jack.enable = true;
};
}