diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-24 13:42:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-24 13:42:08 +0200 |
| commit | 2d8cc30ed5f4e1122543f2d979d465ad7070c5b0 (patch) | |
| tree | 72d5e13bd6066abec228b59c43a8aff3fa803242 /nixos | |
| parent | 3e2d9a65ff4bc83ff87bbd7b45060dbfeb69bc3a (diff) | |
Update box.nix
Diffstat (limited to 'nixos')
| -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 a26a940..6ab2deb 100644 --- a/nixos/hosts/box/box.nix +++ b/nixos/hosts/box/box.nix @@ -2,8 +2,8 @@ { imports = [ - ../components/wm.nix - ../components/qksh.nix + components/wm.nix + components/qksh.nix ../../modules/vi.nix ../../modules/yazi.nix ../../modules/btop.nix |
