feature/argon #25

Merged
aaron merged 15 commits from feature/argon into main 2026-03-06 18:37:02 +01:00
Showing only changes of commit 53c2cf1a63 - Show all commits

View File

@@ -5,11 +5,13 @@
hardware.graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [
amdgpu_top
];
};
# install amdgpu_top
environment.systemPackages = with pkgs; [
amdgpu_top
];
# sets boot.initrd.kernelModules = amdgpu
# add amdgpu to the initrd for plymouth
hardware.amdgpu.initrd.enable = true;
}