mirror of
https://github.com/MichaelFisher1997/nixos.git
synced 2025-06-15 01:53:11 +00:00
refactor build
This commit is contained in:
parent
948dbff72e
commit
ab0558eaf3
@ -24,7 +24,7 @@
|
||||
boot.loader.grub.device = "/dev/nvme0n1";
|
||||
boot.loader.grub.useOSProber = true;
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelParams = [
|
||||
"cgroup_enable=cpuset,cpu,cpuacct,blkio,devices,freezer,net_cls,perf_event,net_prio,hugetlb,pids"
|
||||
];
|
||||
|
@ -15,9 +15,7 @@
|
||||
glew
|
||||
glfw
|
||||
libGL
|
||||
SDL2
|
||||
sdl3
|
||||
SDL2_image
|
||||
vulkan-loader
|
||||
vulkan-tools
|
||||
vulkan-headers
|
||||
|
Loading…
x
Reference in New Issue
Block a user