plasma is working adequetaly for me

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-07 16:33:05 -06:00
parent a0722e229c
commit 542f2bf033
22 changed files with 8386 additions and 165 deletions

View file

@ -14,7 +14,7 @@
initial_window_height = "55c";
# Remove window borders
hide_window_decorations = "titlebar-only";
hide_window_decorations = "yes";
tab_title_template = "none";
active_tab_title_template = "none";
draw_minimal_borders = "yes";

View file

@ -23,11 +23,10 @@ in
jetbrainsMonoFont
]
# TODO verify if these are needed/working
# ++ (with pkgs; [
# ipafont
# kochi-substitute
# noto-fonts-cjk-sans # Or another CJK font
# ])
;
++ (with pkgs; [
ipafont
kochi-substitute
noto-fonts-cjk-sans # Or another CJK font
]);
};
}