goodbye custom neovim

This commit is contained in:
zack 2024-10-06 21:37:22 -04:00
parent ba5bb2f178
commit 5ce32b345d
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
81 changed files with 603 additions and 2750 deletions

View file

@ -30,6 +30,8 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
programs.nix-ld.enable = true;
networking.hostName = "pluto"; # Define your hostname.
services.web.nginx.enable = true;