Additional Helix & Niri configuration. Various cleanups

This commit is contained in:
2026-02-22 16:12:08 -05:00
parent 569e131ac6
commit d86a8b884e
22 changed files with 445 additions and 205 deletions

View File

@@ -1,4 +1,5 @@
{
config,
...
}:
{
@@ -18,17 +19,17 @@
font = {
normal = {
size = 12;
normal = "JetBrainsMono Nerd Font";
normal = "${config.stylix.fonts.sansSerif.name}";
};
};
theme = {
light = {
name = "noctalia";
icon_theme = "MoreWaita";
icon_theme = "${config.stylix.icons.light}";
};
dark = {
name = "noctalia";
icon_theme = "MoreWaita";
icon_theme = "${config.stylix.icons.dark}";
};
};
};