nix-config/nixos/fuchsia/services/default.nix
2024-04-01 10:04:20 +08:00

7 lines
57 B
Nix

{ ... }:
{
imports = [
./amdgpu-clocks.nix
];
}