dotfiles/nixos-modules/desktop/default.nix

15 lines
174 B
Nix

{
...
}:
{
imports = [
./desktop-environment.nix
./greeter.nix
./hardware.nix
./office-suite.nix
./security.nix
./video.nix
./llm.nix
];
}