From 343dedea7e8e82c08f48e10f379edbb6b37cd278 Mon Sep 17 00:00:00 2001 From: caley Date: Tue, 16 Jun 2026 16:31:07 +0200 Subject: Update box.nix --- nixos/hosts/box/box.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos') 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 " >&2 && exit 1 -- cgit v1.3.1