new host and other things !
This commit is contained in:
parent
2546a8d08e
commit
1625a54459
12 changed files with 216 additions and 15 deletions
19
hosts/flubber-machine/omen-30l-gt13-1xxx.nix
Normal file
19
hosts/flubber-machine/omen-30l-gt13-1xxx.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
# support power features such as suspend to ram
|
||||
powerManagement.enable = true;
|
||||
|
||||
environment.variables = {
|
||||
AMD_VULKAN_ICD = "RADV";
|
||||
LIBVA_DRIVER_NAME= "radeonsi";
|
||||
VDPAU_DRIVER = "radeonsi";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ amdgpu_top ];
|
||||
|
||||
# fix audio issues
|
||||
# Is this even needed. I'm losing my mindddddd
|
||||
# https://forums.linuxmint.com/viewtopic.php?t=445461
|
||||
# https://help.ubuntu.com/community/HdaIntelSoundHowto
|
||||
boot.extraModprobeConfig = ''options snd_hda_intel model=generic'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue