mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add media
This commit is contained in:
parent
bf4a80d7e6
commit
c610556898
5 changed files with 47 additions and 39 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue