nixos-config/nixos/components/default.nix
2023-02-17 00:41:22 +01:00

6 lines
47 B
Nix

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