finish current refactor

This commit is contained in:
Sean Kovacs 2025-11-13 14:50:12 -05:00
commit ec7197316a
Signed by: sckova
GPG key ID: 00F325187C68651A
11 changed files with 572 additions and 560 deletions

19
home/kde/other.nix Normal file
View 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;
};
};
};
}