nixos-config/nixos/components/default.nix

7 lines
47 B
Nix
Raw Normal View History

2023-02-17 00:41:22 +01:00
{
imports = [
./gui
./network
];
}