diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-24 13:47:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-24 13:47:27 +0200 |
| commit | 2570d6bfb9d2f75121d022e016acb23aa7489207 (patch) | |
| tree | f46df077f453d0c77712dc87d84fd890d954e0b1 /nixos/hosts/bed | |
| parent | 2d8cc30ed5f4e1122543f2d979d465ad7070c5b0 (diff) | |
Change module paths to use components directory
Diffstat (limited to 'nixos/hosts/bed')
| -rw-r--r-- | nixos/hosts/bed/bed.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/hosts/bed/bed.nix b/nixos/hosts/bed/bed.nix index 09011e1..aa1f722 100644 --- a/nixos/hosts/bed/bed.nix +++ b/nixos/hosts/bed/bed.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 |
