diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-08-06 18:30:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-06 18:30:02 +0200 |
| commit | 0ad9f17380dd47ea65877fd1c48e289d02e73c47 (patch) | |
| tree | d7012df0530f782096a7075d7accdcaa41b7762f /nixos/hosts/box | |
| parent | def48bfccc60a51e1488df9a4bcb34cdd41add48 (diff) | |
bunch of shit
Diffstat (limited to 'nixos/hosts/box')
| -rw-r--r-- | nixos/hosts/box/box.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/hosts/box/box.nix b/nixos/hosts/box/box.nix index a3fb7af..4e51199 100644 --- a/nixos/hosts/box/box.nix +++ b/nixos/hosts/box/box.nix @@ -4,12 +4,12 @@ imports = [ components/wm.nix components/qksh.nix - ../../modules/vi.nix - ../../modules/yazi.nix - ../../modules/btop.nix + ../../modules/system/layout.nix + ../../modules/system/files.nix + ../../modules/programs/editor.nix + ../../modules/programs/btop.nix ../../modules/colors.nix ../../modules/notes.nix - ../../modules/layout.nix ../../modules/games/dayz.nix ../../modules/games/mc.nix ]; |
