From 503d242f3f4d7a8adc6e74b906e445407ee3e4f6 Mon Sep 17 00:00:00 2001 From: caley Date: Tue, 16 Jun 2026 02:21:36 +0200 Subject: Update box.nix --- nixos/hosts/box/box.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/hosts/box/box.nix') diff --git a/nixos/hosts/box/box.nix b/nixos/hosts/box/box.nix index 3849441..c964329 100644 --- a/nixos/hosts/box/box.nix +++ b/nixos/hosts/box/box.nix @@ -32,7 +32,7 @@ }; interactiveShellInit = '' if status is-interactive - cat ~/.cache/wal/sequences + cat ~/.cls/sequences end ''; loginShellInit = '' @@ -45,7 +45,7 @@ programs.kitty = { enable = true; extraConfig = '' - include ~/.cache/wal/colors-kitty.conf + include ~/.cls/kitty.conf shell fish shell_integration enabled -- cgit v1.3.1