add kate and alien global menu
This commit is contained in:
parent
a354c7f277
commit
b1c83f4227
2 changed files with 45 additions and 0 deletions
10
home/all.nix
10
home/all.nix
|
|
@ -213,6 +213,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.kate = {
|
||||
enable = true;
|
||||
editor = {
|
||||
font = {
|
||||
family = "Noto Sans Mono";
|
||||
pointSize = 10;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.plasma = {
|
||||
enable = true;
|
||||
overrideConfig = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue