From d76da1754b3e2e69bbefe74ffb6b63220502ab01 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 17 Jun 2023 17:14:55 -0400 Subject: [PATCH] add kitty config --- alex/home.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/alex/home.nix b/alex/home.nix index 636452d..ce949dd 100644 --- a/alex/home.nix +++ b/alex/home.nix @@ -25,6 +25,28 @@ yt-dlp ]; + # User software configurations + programs = { + kitty = { + enable = true; + extraConfig = '' + background_tint 0.2 + background_image /home/alex/Downloads/artificialos/aos1.png + background_image_layout centered + + modify_font cell_width 110% + + window_border_width 1 + window_margin_width 10 + window_padding_width 2 + ''; + theme = "Adventure Time"; + font.package = pkgs.victor-mono; + font.name = "Victor Mono"; + font.size = 12; + }; + }; + # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new Home Manager release introduces backwards