partial setup of neovim for home config

This commit is contained in:
Noah Masur
2022-11-29 19:14:14 -07:00
parent 397b08fab4
commit dfacb580ae
19 changed files with 76 additions and 62 deletions

View File

@ -22,7 +22,7 @@ darwin.lib.darwinSystem {
};
mailUser = globals.user;
networking.hostName = "noah-masur-mac";
nixpkgs.overlays = [ nur.overlay firefox-darwin.overlay ];
nixpkgs.overlays = [ firefox-darwin.overlay ];
# Set registry to flake packages, used for nix X commands
nix.registry.nixpkgs.flake = nixpkgs;
}