update plasma config
This commit is contained in:
parent
9395e3ea49
commit
3a3884cc9e
1 changed files with 12 additions and 2 deletions
14
home/all.nix
14
home/all.nix
|
|
@ -54,6 +54,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.konsole.enable = false;
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
|
|
@ -317,6 +319,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.ghostwriter = {
|
||||
enable = true;
|
||||
font = {
|
||||
family = "Noto Sans";
|
||||
pointSize = 12;
|
||||
};
|
||||
};
|
||||
|
||||
programs.kate = {
|
||||
enable = true;
|
||||
editor = {
|
||||
|
|
@ -470,8 +480,8 @@
|
|||
};
|
||||
shakeCursor.enable = true;
|
||||
snapHelper.enable = true;
|
||||
translucency.enable = true;
|
||||
windowOpenClose.animation = "fade";
|
||||
# translucency.enable = true;
|
||||
# windowOpenClose.animation = "fade";
|
||||
blur = {
|
||||
enable = false;
|
||||
noiseStrength = 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue