nixos-config/nixos/components/default.nix
2023-05-28 20:22:23 +02:00

7 lines
62 B
Nix

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