rustboro: simplified home config

This commit is contained in:
Aly Raffauf 2024-06-21 20:36:57 -04:00
parent 2cc40ce071
commit 69bc95fc46

View file

@ -17,21 +17,9 @@
preset = "LoudnessEqualizer"; preset = "LoudnessEqualizer";
}; };
theme = { theme = {
cursorTheme = lib.mkForce { cursorTheme.size = lib.mkForce 32;
name = "Catppuccin-Latte-Dark-Cursors"; font.size = lib.mkForce 14;
size = 32; terminalFont.size = lib.mkForce 14;
package = pkgs.catppuccin-cursors.latteDark;
};
font = lib.mkForce {
name = "NotoSans Nerd Font";
size = 14;
package = pkgs.nerdfonts.override {fonts = ["Noto"];};
};
terminalFont = lib.mkForce {
name = "NotoSansM Nerd Font";
size = 14;
package = pkgs.nerdfonts.override {fonts = ["Noto"];};
};
}; };
}; };
} }