config lazyvim
This commit is contained in:
parent
5ce32b345d
commit
07dcfdaedb
10 changed files with 391 additions and 52 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue