diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-22 02:00:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-22 02:00:23 +0200 |
| commit | a40b89a5e697f594b444f1c8316be460a9d29faf (patch) | |
| tree | c3d0529658d94a506568b54165a121fb0e22e450 /nixos | |
| parent | 57d03904386bd3b662a989292e66693feebf6920 (diff) | |
Update import paths for vi and btop modules
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/hosts/bin/bin.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/hosts/bin/bin.nix b/nixos/hosts/bin/bin.nix index 58209ea..cc674cb 100644 --- a/nixos/hosts/bin/bin.nix +++ b/nixos/hosts/bin/bin.nix @@ -2,8 +2,8 @@ { imports = [ - ../../mdls/vi.nix - ../../mdls/btop.nix + ../../modules/vi.nix + ../../modules/btop.nix ]; home.username = "cat"; |
