diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-22 01:59:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-22 01:59:52 +0200 |
| commit | 57d03904386bd3b662a989292e66693feebf6920 (patch) | |
| tree | 95a64586301db3166cd13ceb97b3a7cad304f837 /nixos | |
| parent | e5dbf8deb2fdfccdbd984f7f36fa1aa89b2af6a2 (diff) | |
Update bed.nix
Diffstat (limited to 'nixos')
| -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"; |
