config lazyvim

This commit is contained in:
zack 2024-10-08 00:27:07 -04:00
parent 5ce32b345d
commit 07dcfdaedb
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
10 changed files with 391 additions and 52 deletions

View file

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

View file

@ -27,7 +27,7 @@
fsType = "vfat";
};
fileSystems."/mnt/lul/" = {
fileSystems."/mnt/lul" = {
device = "/dev/disk/by-partuuid/2b7f6948-57a6-4fef-a931-b3aa962faee3";
fsType = "ntfs-3g";
};