dotfiles/defaults/desktop/default.nix
Fabian Hauser ed03ecda35
All checks were successful
CI / build (push) Successful in 18m34s
Add llm utilities
2025-01-28 10:19:59 +02:00

18 lines
199 B
Nix

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