nix/home-manager/shared/programs/default.nix
2025-04-20 22:22:45 -05:00

6 lines
56 B
Nix

{...}: {
imports = [
./dev.nix
./shell
];
}