finish current refactor
This commit is contained in:
parent
c11f713e34
commit
ec7197316a
11 changed files with 572 additions and 560 deletions
19
home/kde/other.nix
Normal file
19
home/kde/other.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
programs.ghostwriter = {
|
||||
enable = true;
|
||||
font = {
|
||||
family = "Noto Sans";
|
||||
pointSize = 12;
|
||||
};
|
||||
};
|
||||
|
||||
programs.kate = {
|
||||
enable = true;
|
||||
editor = {
|
||||
font = {
|
||||
family = "Noto Sans Mono";
|
||||
pointSize = 10;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue