mirror of
https://github.com/heyitschloehawthorne/nix-config.git
synced 2025-12-16 03:08:38 +11:00
Added KiTTY
This commit is contained in:
11
home-manager/kitty.nix
Normal file
11
home-manager/kitty.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
enable = true;
|
||||
font.name = "CozetteVector";
|
||||
font.size = 11.0;
|
||||
themeFile = "Monokai_Pro";
|
||||
settings = {
|
||||
linux_display_server = "x11";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user