diff options
| author | caley <u65487754@gmail.com> | 2026-06-25 15:56:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-25 15:56:34 +0200 |
| commit | cb1b6d1049d5fd9cc0d3550e2b836d71248c3e8d (patch) | |
| tree | ecedc258c760ba741a0dff83112ff5e16815f09a /nixos/hosts/box/box.nix | |
| parent | f4ef4d71120792d9e59491b1cd755816811b6524 (diff) | |
Update box.nix
Diffstat (limited to 'nixos/hosts/box/box.nix')
| -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 |
