diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-22 02:01:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-22 02:01:13 +0200 |
| commit | b1d6de192d85afe884ef46dc3f3dd18829223dae (patch) | |
| tree | bed4abd3c5a6a791748daaed489a3076cc0f9065 /nixos/hosts | |
| parent | a40b89a5e697f594b444f1c8316be460a9d29faf (diff) | |
Update box.nix
Diffstat (limited to 'nixos/hosts')
| -rw-r--r-- | nixos/hosts/box/box.nix | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/nixos/hosts/box/box.nix b/nixos/hosts/box/box.nix index 1956c15..258087b 100644 --- a/nixos/hosts/box/box.nix +++ b/nixos/hosts/box/box.nix @@ -2,15 +2,15 @@ { imports = [ - ../../mdls/wm.nix - ../../mdls/qksh.nix - ../../mdls/vi.nix - ../../mdls/yazi.nix - ../../mdls/btop.nix - ../../mdls/colors.nix - ../../mdls/notes.nix - ../../mdls/gms/dayz.nix - ../../mdls/gms/mc.nix + ../../modules/wm.nix + ../../modules/qksh.nix + ../../modules/vi.nix + ../../modules/yazi.nix + ../../modules/btop.nix + ../../modules/colors.nix + ../../modules/notes.nix + ../../modules/games/dayz.nix + ../../modules/games/mc.nix ]; home.username = "cat"; |
