diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-08-07 01:53:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-07 01:53:46 +0200 |
| commit | f4d1ad2c1e38ef06c9334ae5659081d2e47902d0 (patch) | |
| tree | b7488826e5bec49572d18f4a9cc3edb0a1057f4f /nixos | |
| parent | 921bf068ff1ae40b9e5d6652afc0dcb4ad18e5e5 (diff) | |
idk bro
Diffstat (limited to 'nixos')
| -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 | ||||
| -rw-r--r-- | nixos/modules/system/editor.nix (renamed from nixos/modules/programs/editor.nix) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/nixos/hosts/bed/bed.nix b/nixos/hosts/bed/bed.nix index 81d119e..42b9d16 100644 --- a/nixos/hosts/bed/bed.nix +++ b/nixos/hosts/bed/bed.nix @@ -7,7 +7,7 @@ ../../modules/system/layout.nix ../../modules/system/files.nix ../../modules/system/btop.nix - ../../modules/programs/editor.nix + ../../modules/system/editor.nix ../../modules/colors.nix ../../modules/notes.nix ]; diff --git a/nixos/hosts/bin/bin.nix b/nixos/hosts/bin/bin.nix index d0a5796..442eded 100644 --- a/nixos/hosts/bin/bin.nix +++ b/nixos/hosts/bin/bin.nix @@ -4,7 +4,7 @@ imports = [ ../../modules/system/files.nix ../../modules/system/btop.nix - ../../modules/programs/editor.nix + ../../modules/system/editor.nix ]; home.username = "cat"; diff --git a/nixos/hosts/box/box.nix b/nixos/hosts/box/box.nix index 2688164..bd7b414 100644 --- a/nixos/hosts/box/box.nix +++ b/nixos/hosts/box/box.nix @@ -7,7 +7,7 @@ ../../modules/system/layout.nix ../../modules/system/files.nix ../../modules/system/btop.nix - ../../modules/programs/editor.nix + ../../modules/system/editor.nix ../../modules/colors.nix ../../modules/notes.nix ../../modules/games/dayz.nix diff --git a/nixos/modules/programs/editor.nix b/nixos/modules/system/editor.nix index 293f44b..293f44b 100644 --- a/nixos/modules/programs/editor.nix +++ b/nixos/modules/system/editor.nix |
