diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-08-06 18:30:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-06 18:30:02 +0200 |
| commit | 0ad9f17380dd47ea65877fd1c48e289d02e73c47 (patch) | |
| tree | d7012df0530f782096a7075d7accdcaa41b7762f /nixos | |
| parent | def48bfccc60a51e1488df9a4bcb34cdd41add48 (diff) | |
bunch of shit
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/hosts/bed/bed.nix | 8 | ||||
| -rw-r--r-- | nixos/hosts/bin/bin.nix | 6 | ||||
| -rw-r--r-- | nixos/hosts/box/box.nix | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/nixos/hosts/bed/bed.nix b/nixos/hosts/bed/bed.nix index 125496e..c255356 100644 --- a/nixos/hosts/bed/bed.nix +++ b/nixos/hosts/bed/bed.nix @@ -4,10 +4,10 @@ imports = [ components/wm.nix components/qksh.nix - ../../modules/layout.nix - ../../modules/vi.nix - ../../modules/yazi.nix - ../../modules/btop.nix + ../../modules/system/layout.nix + ../../modules/system/files.nix + ../../modules/programs/editor.nix + ../../modules/programs/btop.nix ../../modules/colors.nix ../../modules/notes.nix ]; diff --git a/nixos/hosts/bin/bin.nix b/nixos/hosts/bin/bin.nix index 1c4ade0..24be8bd 100644 --- a/nixos/hosts/bin/bin.nix +++ b/nixos/hosts/bin/bin.nix @@ -2,9 +2,9 @@ { imports = [ - ../../modules/vi.nix - ../../modules/btop.nix - ../../modules/yazi.nix + ../../modules/system/files.nix + ../../modules/programs/editor.nix + ../../modules/programs/btop.nix ]; home.username = "cat"; diff --git a/nixos/hosts/box/box.nix b/nixos/hosts/box/box.nix index a3fb7af..4e51199 100644 --- a/nixos/hosts/box/box.nix +++ b/nixos/hosts/box/box.nix @@ -4,12 +4,12 @@ imports = [ components/wm.nix components/qksh.nix - ../../modules/vi.nix - ../../modules/yazi.nix - ../../modules/btop.nix + ../../modules/system/layout.nix + ../../modules/system/files.nix + ../../modules/programs/editor.nix + ../../modules/programs/btop.nix ../../modules/colors.nix ../../modules/notes.nix - ../../modules/layout.nix ../../modules/games/dayz.nix ../../modules/games/mc.nix ]; |
