From 79573976f2b79ceca6f6f93efee4838ed012a14d Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Thu, 26 Feb 2026 00:03:22 +0100 Subject: [PATCH] Recreated nix files --- henrovnix_ok/README.org | 5 ----- henrovnix_ok/home/dev/kitty.nix | 5 ----- 2 files changed, 10 deletions(-) diff --git a/henrovnix_ok/README.org b/henrovnix_ok/README.org index c57dd4568..0086665f8 100755 --- a/henrovnix_ok/README.org +++ b/henrovnix_ok/README.org @@ -2194,13 +2194,8 @@ in { xdg.enable = true; programs.kitty.enable = true; - # Single source of truth: kitty.conf from your repo - xdg.configFile."kitty/kitty.conf".source = repoKittyConf; # Provide a stable include target (no /nix/store paths in kitty.conf) xdg.configFile."kitty/themes/Catppuccin-Mocha.conf".text = catppuccinMochaConf; - # (Remove these from this module; they don't apply to kitty) - # catppuccin.alacritty.enable = ... - # syntaxHighlighting.enable / autosuggestion.enable / enableCompletion } #+end_src diff --git a/henrovnix_ok/home/dev/kitty.nix b/henrovnix_ok/home/dev/kitty.nix index 28635cc29..1b595e74e 100644 --- a/henrovnix_ok/home/dev/kitty.nix +++ b/henrovnix_ok/home/dev/kitty.nix @@ -8,11 +8,6 @@ in { xdg.enable = true; programs.kitty.enable = true; - # Single source of truth: kitty.conf from your repo - xdg.configFile."kitty/kitty.conf".source = repoKittyConf; # Provide a stable include target (no /nix/store paths in kitty.conf) xdg.configFile."kitty/themes/Catppuccin-Mocha.conf".text = catppuccinMochaConf; - # (Remove these from this module; they don't apply to kitty) - # catppuccin.alacritty.enable = ... - # syntaxHighlighting.enable / autosuggestion.enable / enableCompletion }