diff options
| -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 |
