dots/users/price/conf/nix/default.nix
Price Hiller a4220dbc98
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m3s
feat(nix/hm/price): enable nix gc
2024-06-04 03:02:04 -05:00

9 lines
70 B
Nix

{ ... }:
{
nix = {
gc = {
automatic = true;
};
};
}