This commit is contained in:
Lilith 2024-06-11 01:45:11 +02:00
parent 3f32cdd6ff
commit b2bcd52da0
Signed by: lilith
GPG key ID: 8712A0F317C37175
9 changed files with 146 additions and 21 deletions

View file

@ -11,10 +11,10 @@
};
fonts = {
# monospace = {
# package = pkgs.jetbrains-mono;
# name = "JetBrainsMono";
# };
monospace = {
package = (pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];});
name = "JetBrainsMono Nerd Font";
};
emoji = {
package = pkgs.twemoji-color-font;
@ -25,8 +25,8 @@
};
cursor = {
package = pkgs.bibata-cursors;
name = "Bibata theme";
package = pkgs.rose-pine-cursor;
name = "Rosé Pine";
};
};
}