tb
This commit is contained in:
parent
3f32cdd6ff
commit
b2bcd52da0
9 changed files with 146 additions and 21 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue