initial setup of plasma-manager

This commit is contained in:
Chris Kruining 2024-08-13 22:38:15 +02:00
parent eff9d545e0
commit 9033e01b07
6 changed files with 113 additions and 6 deletions

View file

@ -34,5 +34,42 @@ in
# should enable theme integration with gtk apps (i.e. firefox, thunderbird)
programs.dconf.enable = true;
hm.programs.plasma = {
enable = true;
# panels = [
# {
# location = "bottom";
# widgets = [
# {
# name = "org.kde.plasma.kickoff";
# config = {
# General = {
# icon = "nix-snowflake-white";
# alphaSort = true;
# };
# };
# }
#
# {
# kickoff = {
# sortAlphabetically = true;
# icon = "nix-snowflake-white";
# };
# }
# ];
# }
# ];
kwin = {
edgeBarrier = 0;
cornerBarrier = false;
};
spectacle.shortcuts = {
captureRectangularRegion = "Meta+Shift+S";
};
};
};
}