ROCm support
This commit is contained in:
parent
445e0269d8
commit
be8ece5edc
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@
|
|||
# No need for firewall, since this machine is always at home
|
||||
networking.firewall.enable = false;
|
||||
|
||||
# ROCm support
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
rocmPackages.clr.icd
|
||||
];
|
||||
|
||||
hyprland =
|
||||
let
|
||||
mod = "SUPER";
|
||||
|
|
Loading…
Add table
Reference in a new issue