Add kitty terminal
This commit is contained in:
parent
ec33c01531
commit
7b2df1bc4f
1 changed files with 8 additions and 0 deletions
8
home.nix
8
home.nix
|
@ -75,6 +75,14 @@
|
|||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font.name = "SF Mono";
|
||||
settings = {
|
||||
font_size = 20;
|
||||
};
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
|
|
Loading…
Reference in a new issue