nix/home-manager/shared/programs/min.nix
2024-01-28 17:45:31 -06:00

5 lines
42 B
Nix

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