Large module update
This commit is contained in:
parent
492ae9d92a
commit
a61bfe3c50
18 changed files with 463 additions and 87 deletions
17
modules/kitty.nix
Normal file
17
modules/kitty.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
nord = import ../configs/themes/nord.nix;
|
||||
in {
|
||||
home.packages = [ pkgs.nerdfonts ];
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# font = {
|
||||
# package = pkgs.nerdfonts;
|
||||
# name = "Fira Code Retina Nerd Font Complete";
|
||||
# size = 9;
|
||||
# };
|
||||
font = "FuraCode Nerd Font Mono 10";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue