diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-02 00:24:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-02 00:24:25 +0200 |
| commit | 08ee77d55c3c3f682d393536014913de940b7dfd (patch) | |
| tree | 33dc46d8f65f5baf50606b67ade50bf0b8fef718 /nixos | |
| parent | afa34902dc365f25554434065c9f234d1f87f42b (diff) | |
Replace vim with vi in bin.nix imports
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/hosts/bin/bin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/bin/bin.nix b/nixos/hosts/bin/bin.nix index bd71c7c..b355512 100644 --- a/nixos/hosts/bin/bin.nix +++ b/nixos/hosts/bin/bin.nix @@ -2,7 +2,7 @@ { imports = [ - ../../mdls/vim.nix + ../../mdls/vi.nix ]; home.username = "cat"; |
