dotfiles/defaults/desktop/default.nix
2024-04-10 10:53:41 +07:00

17 lines
185 B
Nix

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