diff options
| author | caley <u65487754@gmail.com> | 2026-06-16 02:21:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-16 02:21:36 +0200 |
| commit | 503d242f3f4d7a8adc6e74b906e445407ee3e4f6 (patch) | |
| tree | 0911035db4cd722ee971020712b5eda0072bd8e3 /nixos/hosts/box/box.nix | |
| parent | 34de89129a4e14cf2f762920717d857d7817d5fe (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 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 |
