Add media

This commit is contained in:
muon 2024-10-27 19:22:29 +00:00
parent bf4a80d7e6
commit c610556898
5 changed files with 47 additions and 39 deletions

View file

@ -70,6 +70,10 @@ in {
};
};
environment.extraInit = ''
xset s off -dpms
'';
## GPU (AMD Radeon 7950)
## https://wiki.nixos.org/wiki/AMD_GPU
boot.kernelParams = [ "radeon.si_support=0" "amdgpu.si_support=1" ];