mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 14:23:55 -05:00
rustboro: simplified home config
This commit is contained in:
parent
2cc40ce071
commit
69bc95fc46
|
@ -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"];};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue