diff options
| -rw-r--r-- | nixos/hosts/box/box.nix | 4 |
1 files 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 |
