chore: update flakes

This commit is contained in:
2025-08-15 21:33:22 +02:00
parent 3737a61fa5
commit 28c430568d
38 changed files with 93 additions and 119 deletions

View File

@@ -5,9 +5,9 @@
...
}:
with lib; let
cfg = config.system.hardware.amdgpu;
cfg = config.mySystem.hardware.amdgpu;
in {
options.system.hardware.amdgpu.enable = mkEnableOption "Enables an AMD GPU configuration";
options.mySystem.hardware.amdgpu.enable = mkEnableOption "Enables an AMD GPU configuration";
config = mkIf cfg.enable {
systemd.tmpfiles.rules = [
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"