Files
nix-config/share/default.nix
2024-05-31 16:11:42 -05:00

9 lines
68 B
Nix

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