diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-08-06 20:43:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-06 20:43:31 +0200 |
| commit | 31e4161c121b10dca90b5f1dfe385daf7ce907b5 (patch) | |
| tree | 334004e14c24bdf1970f94075c23e45e67747548 | |
| parent | 9faf3a9374cf4137549746a7f52bfaac6b99bf43 (diff) | |
forgot something shut up
| -rw-r--r-- | nixos/hosts/bed/bed.nix | 2 | ||||
| -rw-r--r-- | nixos/hosts/bin/bin.nix | 2 | ||||
| -rw-r--r-- | nixos/hosts/box/box.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/nixos/hosts/bed/bed.nix b/nixos/hosts/bed/bed.nix index 34f0a1e..81d119e 100644 --- a/nixos/hosts/bed/bed.nix +++ b/nixos/hosts/bed/bed.nix @@ -6,8 +6,8 @@ ../../modules/system/qksh.nix ../../modules/system/layout.nix ../../modules/system/files.nix + ../../modules/system/btop.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 24be8bd..d0a5796 100644 --- a/nixos/hosts/bin/bin.nix +++ b/nixos/hosts/bin/bin.nix @@ -3,8 +3,8 @@ { imports = [ ../../modules/system/files.nix + ../../modules/system/btop.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 468e574..2688164 100644 --- a/nixos/hosts/box/box.nix +++ b/nixos/hosts/box/box.nix @@ -6,8 +6,8 @@ ../../modules/system/qksh.nix ../../modules/system/layout.nix ../../modules/system/files.nix + ../../modules/system/btop.nix ../../modules/programs/editor.nix - ../../modules/programs/btop.nix ../../modules/colors.nix ../../modules/notes.nix ../../modules/games/dayz.nix |
