nixos-config/nixos/components/default.nix

8 lines
62 B
Nix

{
imports = [
./gui
./network
./terminal
];
}