config.nix/modules/desktop/default.nix
2026-03-30 22:03:03 +02:00

15 lines
136 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./utilities
./window-managers
./shell
./display-manager.nix
];
}