diff options
| author | caley <u65487754@gmail.com> | 2026-06-16 16:31:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-16 16:31:07 +0200 |
| commit | 343dedea7e8e82c08f48e10f379edbb6b37cd278 (patch) | |
| tree | 1fe0ed64ab346fc3921af7c05f0ad77298ba5c4b /nixos/hosts | |
| parent | f13721ede2ccf1a37f50d43d2b8527117199af46 (diff) | |
Update box.nix
Diffstat (limited to 'nixos/hosts')
| -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 bc060ca..4f0a033 100644 --- a/nixos/hosts/box/box.nix +++ b/nixos/hosts/box/box.nix @@ -11,8 +11,6 @@ home.homeDirectory = "/home/cat"; home.stateVersion = "26.05"; - home.packages = [ cls ]; - xdg.configFile."fish/config.fish".force = true; xdg.configFile."kitty/kitty.conf".force = true; xdg.configFile."btop/btop.conf".force = true; @@ -174,6 +172,8 @@ font = { name = "MonaspiceNe Nerd Font Mono"; size = 11; }; }; +home.packages = [ cls ]; + let cls = pkgs.writeShellScriptBin "cls" '' [ -z "$1" ] && echo "usage: cls <image>" >&2 && exit 1 |
