Files
nix-config/share/default.nix
2024-02-28 21:15:55 -06:00

7 lines
54 B
Nix

{ ... }:
{
imports = [
./amd
./nvidia
];
}