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 16ea94e160 - Show all commits

View File

@@ -1,11 +1,12 @@
{ config, lib, pkgs, ... }:
{
# enable GPU acceleration (mesa, vulkan, egl)
# enable amd GPU acceleration (mesa, vulkan, egl)
hardware.graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [
amdgpu_top
];
};