summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-06-25 15:56:34 +0200
committerGitHub <noreply@github.com>2026-06-25 15:56:34 +0200
commitcb1b6d1049d5fd9cc0d3550e2b836d71248c3e8d (patch)
treeecedc258c760ba741a0dff83112ff5e16815f09a /nixos
parentf4ef4d71120792d9e59491b1cd755816811b6524 (diff)
Update box.nix
Diffstat (limited to 'nixos')
-rw-r--r--nixos/hosts/box/box.nix4
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