summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-07-24 13:47:27 +0200
committerGitHub <noreply@github.com>2026-07-24 13:47:27 +0200
commit2570d6bfb9d2f75121d022e016acb23aa7489207 (patch)
treef46df077f453d0c77712dc87d84fd890d954e0b1
parent2d8cc30ed5f4e1122543f2d979d465ad7070c5b0 (diff)
Change module paths to use components directory
-rw-r--r--nixos/hosts/bed/bed.nix4
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