update plasma config

This commit is contained in:
Sean Kovacs 2025-11-11 11:16:21 -05:00
commit 3a3884cc9e
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -54,6 +54,8 @@
}; };
}; };
programs.konsole.enable = false;
programs.kitty = { programs.kitty = {
enable = true; enable = true;
enableGitIntegration = true; enableGitIntegration = true;
@ -317,6 +319,14 @@
}; };
}; };
programs.ghostwriter = {
enable = true;
font = {
family = "Noto Sans";
pointSize = 12;
};
};
programs.kate = { programs.kate = {
enable = true; enable = true;
editor = { editor = {
@ -470,8 +480,8 @@
}; };
shakeCursor.enable = true; shakeCursor.enable = true;
snapHelper.enable = true; snapHelper.enable = true;
translucency.enable = true; # translucency.enable = true;
windowOpenClose.animation = "fade"; # windowOpenClose.animation = "fade";
blur = { blur = {
enable = false; enable = false;
noiseStrength = 8; noiseStrength = 8;