nixos-mods/frontend: enable plasma6

secrix-issue25
Felix Stupp 1 year ago
parent b7702ce20f
commit c413c07cc3
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -269,6 +269,10 @@ in
services = {
desktopManager.plasma6 = {
enable = true;
};
fail2ban = {
# SSH managed by default
enable = true;
@ -388,7 +392,6 @@ in
};
# TODO move KDE Connect to same level as plasma6 (either nixos or hm)
# TODO wishlist:
# - enable & disable touch keyboard automatically based on convertable status
# - programs.captive-browser

Loading…
Cancel
Save