optimize the shit out of theme loading

switch neovim to vim.pack away from lazy
add sandboxagent package to netty
update defaults
This commit is contained in:
Harivansh Rathi 2026-03-30 23:44:32 -04:00
parent 6dfcfad05f
commit 30ac6bc674
24 changed files with 4764 additions and 646 deletions

View file

@ -46,6 +46,7 @@ in
);
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [ inputs.neovim-nightly.overlays.default ];
programs.zsh.enable = true;
environment.shells = [ pkgs.zsh ];