From 96b228aadcd6c65aa2b83416c4013bd338881c6b Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 16 Jul 2025 17:43:34 -0500 Subject: [PATCH] fixed --- flake.lock | 16 ++++++++-------- packages/kitty/home.nix | 3 ++- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index c7583c2..177b17b 100644 --- a/flake.lock +++ b/flake.lock @@ -52,11 +52,11 @@ "caelestia-cli-src": { "flake": false, "locked": { - "lastModified": 1752701927, - "narHash": "sha256-UsTKIlN9Q4LaNb7W0mf1wWFGI/Vf1KMKb17P7I2BgzY=", + "lastModified": 1752705650, + "narHash": "sha256-+XPGBYwjvbsPx7HhST9QTliDWl2HG43l2mvV7bjHqr4=", "ref": "refs/heads/main", - "rev": "dca14f0fa987259684ebceb37cbe99e78a3f87b4", - "revCount": 266, + "rev": "4a0bd16dd50587343a2b95b2817608d2d5c47c3e", + "revCount": 268, "type": "git", "url": "https://git.sakamoto.dev/kenji/caelestia-cli" }, @@ -77,11 +77,11 @@ "quickshell": "quickshell" }, "locked": { - "lastModified": 1752701951, - "narHash": "sha256-aPatGY3pV3Hs04qsQgLW0FX+Zuxc/GUjy5aoGfrBWFM=", + "lastModified": 1752705685, + "narHash": "sha256-0lh61BB1wR555O239wdf2wHeWn2xwbZxVxqF+nln5V4=", "ref": "refs/heads/master", - "rev": "64109710e4893e9ebabd59f1d5aa6d8ad067756b", - "revCount": 13, + "rev": "418754a149d692b3efd43dfb5cc3586c4d07d07f", + "revCount": 14, "type": "git", "url": "https://git.sakamoto.dev/kenji/caelestia-nix" }, diff --git a/packages/kitty/home.nix b/packages/kitty/home.nix index a22d87f..45dd8b2 100644 --- a/packages/kitty/home.nix +++ b/packages/kitty/home.nix @@ -7,6 +7,7 @@ enable = true; # themeFile = "kanagawa"; + themeFile = "Catppuccin-Mocha"; settings = { confirm_os_window_close = 0; window_padding_width = 10; @@ -25,6 +26,6 @@ wayland_enable_ime = false; allow_remote_control = true; }; - extraConfig = "include colors.conf"; + # extraConfig = "include colors.conf"; }; }