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