kitty font changes.
This commit is contained in:
parent
e0b78f921f
commit
e01197e8f8
1 changed files with 8 additions and 4 deletions
|
@ -4,12 +4,16 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
fira-code
|
||||
# monocraft
|
||||
# miracode
|
||||
nerd-fonts.symbols-only
|
||||
];
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font = {
|
||||
package = pkgs.nerd-fonts.fira-code;
|
||||
name = "FiraCode Nerd Font";
|
||||
};
|
||||
font.name = "FiraCode";
|
||||
themeFile = "gruvbox-dark";
|
||||
settings = {
|
||||
background_opacity = "0.8";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue