nixconfig/systems/iriy/default.nix

9 lines
142 B
Nix
Raw Permalink Normal View History

2023-11-17 22:32:10 +01:00
{ config, inputs, ... }: {
imports = [
2024-04-14 07:57:07 +02:00
./hardware.nix
2023-11-28 03:39:49 +01:00
# inputs.hardware.common-cpu-amd
# inputs.hardware.common-gpu-amd
2023-11-17 22:32:10 +01:00
];
}