0xda157's home-manager and nixos config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12 lines 238 B view raw
1{ lib, ... }: 2{ 3 programs.nh = { 4 enable = true; 5 flake = lib.mkDefault "~/.config/nix-config"; 6 clean = { 7 enable = true; 8 dates = "Sun,Thu *-*-* 00:00:00"; 9 extraArgs = "--keep 5 --keep-since 5d"; 10 }; 11 }; 12}