From cb1b6d1049d5fd9cc0d3550e2b836d71248c3e8d Mon Sep 17 00:00:00 2001 From: caley Date: Thu, 25 Jun 2026 15:56:34 +0200 Subject: Update box.nix --- nixos/hosts/box/box.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/box/box.nix b/nixos/hosts/box/box.nix index 6a7d98c..091aa6f 100644 --- a/nixos/hosts/box/box.nix +++ b/nixos/hosts/box/box.nix @@ -33,7 +33,7 @@ }; interactiveShellInit = '' if status is-interactive - cat ~/.cls/sequences + cat ~/.colors/sequences end ''; loginShellInit = '' @@ -46,7 +46,7 @@ programs.kitty = { enable = true; extraConfig = '' - include ~/.cls/kitty.conf + include ~/.colors/kitty.conf shell fish shell_integration enabled -- cgit v1.3.1