nix/home-manager/shared/programs/default.nix

6 lines
52 B
Nix

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