mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
rustboro: simplified home config
This commit is contained in:
parent
2cc40ce071
commit
69bc95fc46
|
@ -17,21 +17,9 @@
|
|||
preset = "LoudnessEqualizer";
|
||||
};
|
||||
theme = {
|
||||
cursorTheme = lib.mkForce {
|
||||
name = "Catppuccin-Latte-Dark-Cursors";
|
||||
size = 32;
|
||||
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"];};
|
||||
};
|
||||
cursorTheme.size = lib.mkForce 32;
|
||||
font.size = lib.mkForce 14;
|
||||
terminalFont.size = lib.mkForce 14;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue