1st commit
This commit is contained in:
commit
74d15b4c6a
25 changed files with 1328 additions and 0 deletions
12
home/modules/kitty.nix
Executable file
12
home/modules/kitty.nix
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.rofi];
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
themeFile = "Dracula";
|
||||
extraConfig = ''
|
||||
font_family FiraCode Nerd Font Mono
|
||||
font_size 8
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue