nixconfig/systems/valinor/default.nix

9 lines
108 B
Nix
Raw Normal View History

2023-11-04 02:28:27 +01:00
{ config, inputs, ... }: {
2023-11-16 23:06:28 +01:00
imports = [
2024-04-14 07:57:07 +02:00
./hardware.nix
2023-11-16 23:06:28 +01:00
#common-cpu-amd
#common-gpu-amd
2023-11-04 02:28:27 +01:00
];
}