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

@ -26,6 +26,8 @@
hardware.audio.enable = true;
hardware.nvidia.enable = true;
nprograms.nix-ld.enable = true;
programs.steam.enable = true;
programs.steam.gamescopeSession.enable = true;
programs.gamemode.enable = true;

View file

@ -27,6 +27,11 @@
fsType = "vfat";
};
fileSystems."/mnt/lul/" = {
device = "/dev/disk/by-partuuid/2b7f6948-57a6-4fef-a931-b3aa962faee3";
fsType = "ntfs-3g";
};
swapDevices = [
{device = "/dev/disk/by-uuid/a2b1acdb-b17b-4d17-b671-73d1696fe79a";}
];

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;