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
|
# No need for firewall, since this machine is always at home
|
||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
|
|
||||||
|
# ROCm support
|
||||||
|
hardware.graphics.extraPackages = with pkgs; [
|
||||||
|
rocmPackages.clr.icd
|
||||||
|
];
|
||||||
|
|
||||||
hyprland =
|
hyprland =
|
||||||
let
|
let
|
||||||
mod = "SUPER";
|
mod = "SUPER";
|
||||||
|
|
Loading…
Add table
Reference in a new issue