initial commit x2
This commit is contained in:
15
home-manager/apps/kitty.nix
Normal file
15
home-manager/apps/kitty.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
package = pkgs.kitty;
|
||||
font = {
|
||||
size = 10;
|
||||
name = "JetBrainsMono NF";
|
||||
};
|
||||
settings = {
|
||||
cursor_shape = "beam";
|
||||
window_padding_width = 6;
|
||||
};
|
||||
themeFile = "gruvbox-dark";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user