refactor: moved system modules around to be more coherent
This commit is contained in:
parent
13fc2a1450
commit
263728f6b6
16 changed files with 72 additions and 60 deletions
|
@ -1,13 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
# TODO:
|
||||
# opencl
|
||||
nvidia-vaapi-driver # hardware acceleration
|
||||
];
|
||||
};
|
||||
hardware.nvidia.powerManagement.enable = true;
|
||||
hardware.nvidia.open = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue