nixos-config/nixos/components/default.nix
2023-06-01 14:02:57 +02:00

8 lines
81 B
Nix

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