summaryrefslogtreecommitdiff
path: root/nixos/hosts/box
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hosts/box')
-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 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