diff options
Diffstat (limited to 'nixos/hosts/bed')
| -rw-r--r-- | nixos/hosts/bed/bed.nix | 14 |
1 files changed, 7 insertions, 7 deletions
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"; |
