goodbye custom neovim
This commit is contained in:
parent
ba5bb2f178
commit
5ce32b345d
81 changed files with 603 additions and 2750 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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";}
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue