desktop/home/default.nix
2025-12-22 16:46:52 -03:00

7 lines
62 B
Nix

{ ... }:
{
imports = [
./user.nix
./root.nix
];
}