Home Gen522 @ 2025-05-04-00:41 by jonas@comfy-station

This commit is contained in:
2025-05-04 00:48:27 +02:00
parent 58aaaa54a7
commit 21495b332b
2 changed files with 7 additions and 21 deletions

View File

@@ -51,7 +51,7 @@ in {
# add nord like gtk theme
gtk = {
enable = false;
enable = true;
cursorTheme = {
package = pkgs.nordzy-cursor-theme;
name = "Nordzy-cursors";
@@ -67,7 +67,7 @@ in {
};
programs.plasma = {
enable = false;
enable = true;
#
# Some high-level settings:
@@ -142,19 +142,6 @@ in {
desktops)
);
};
#
# Some low-level settings:
#
configFile = {
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
kwinrc."org.kde.kdecoration2".ButtonsOnLeft = "SF";
kwinrc.Desktops.Number = {
value = 8;
# Forces kde to not change this value (even through the settings app).
immutable = true;
};
};
};
};
}