diff options
Diffstat (limited to 'nixos/hosts/bin')
| -rw-r--r-- | nixos/hosts/bin/bin.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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"; |
