started neovim config

This commit is contained in:
John Lancaster
2026-03-29 23:05:45 -05:00
parent bc3d7e9b6f
commit d42de74755
4 changed files with 153 additions and 2 deletions
+4 -2
View File
@@ -35,6 +35,7 @@ in
restic
docker
desktop
# neovim
];
# TODO: make this more restrictive, rather than allowing all unfree packages
nixpkgs.config.allowUnfree = true;
@@ -44,9 +45,10 @@ in
home.username = "${username}";
home.homeDirectory = "/home/${username}";
home.packages = [
pkgs.nixos-rebuild
home.packages = with pkgs; [
nixos-rebuild
testPushCmd
inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.my-neovim
];
shell.program = "zsh";