nixos-config/nixos/components/default.nix

9 lines
81 B
Nix

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