{ inputs, lib, config, pkgs, unstablePkgs, ... }: { imports = [ ./programs/neovim.nix ]; programs.nh = { enable = true; clean.enable = true; clean.extraArgs = "--keep-since 7d --keep 5"; flake = "/home/cianh/.config/nix"; }; }