Files
nixos/modules/primary/default.nix
T
2025-10-10 20:08:23 +03:00

10 lines
56 B
Nix

{
lib,
...
}:
{
imports = [
../desktop
];
}