diff options
| author | caley <u65487754@gmail.com> | 2026-06-15 16:00:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-15 16:00:27 +0200 |
| commit | c20db4a27a90b434057ddebf178da9f09c7938b5 (patch) | |
| tree | 3ee72e2acea37cb266e7839b3775535dcec0a453 | |
| parent | 3cbd38cfd621c1337a7185417f57059d4fd40347 (diff) | |
Update bin.nix
| -rw-r--r-- | nixos/hosts/bin/bin.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/hosts/bin/bin.nix b/nixos/hosts/bin/bin.nix index ef2f543..2886871 100644 --- a/nixos/hosts/bin/bin.nix +++ b/nixos/hosts/bin/bin.nix @@ -1,6 +1,11 @@ { config, pkgs, ... }: { + imports = [ + ../../mdls/vim.nix + ]; + +{ home.username = "cat"; home.homeDirectory = "/home/cat"; home.stateVersion = "26.05"; |
