flocon/modules/options/profiles/default.nix

8 lines
92 B
Nix

{
imports = [
./desktop.nix
./gaming.nix
./laptop.nix
./server.nix
];
}