diff options
| author | caley <u65487754@gmail.com> | 2026-06-15 15:58:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-15 15:58:19 +0200 |
| commit | 3cbd38cfd621c1337a7185417f57059d4fd40347 (patch) | |
| tree | c775f01f3f846f43f27e550387936dec0170d123 /nixos | |
| parent | 9edfede7ad9f0f6c8d45f45ec95ab0330992cad4 (diff) | |
Update import paths for module files
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/hosts/box/box.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/hosts/box/box.nix b/nixos/hosts/box/box.nix index 3dc444e..8c23d27 100644 --- a/nixos/hosts/box/box.nix +++ b/nixos/hosts/box/box.nix @@ -2,9 +2,9 @@ { imports = [ - ./mdls/hypr.nix - ./mdls/vim.nix - ./mdls/qksh.nix + ../../mdls/hypr.nix + ../../mdls/qksh.nix + ../../mdls/vim.nix ]; home.username = "cat"; |
