From 57d03904386bd3b662a989292e66693feebf6920 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Wed, 22 Jul 2026 01:59:52 +0200 Subject: Update bed.nix --- nixos/hosts/bed/bed.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'nixos') diff --git a/nixos/hosts/bed/bed.nix b/nixos/hosts/bed/bed.nix index 8e340f4..09011e1 100644 --- a/nixos/hosts/bed/bed.nix +++ b/nixos/hosts/bed/bed.nix @@ -2,13 +2,13 @@ { imports = [ - ../../mdls/wm.nix - ../../mdls/qksh.nix - ../../mdls/vi.nix - ../../mdls/yazi.nix - ../../mdls/btop.nix - ../../mdls/colors.nix - ../../mdls/notes.nix + ../../modules/wm.nix + ../../modules/qksh.nix + ../../modules/vi.nix + ../../modules/yazi.nix + ../../modules/btop.nix + ../../modules/colors.nix + ../../modules/notes.nix ]; home.username = "cat"; -- cgit v1.3.1