nixconf/modules/nh.nix
Gabriella Bere 12d3cb26b6 change nixos directory to nixconf to match repo name
added nano --> nvim alias
added serverswitch alias to rebuild server config
2024-09-06 19:54:18 +01:00

9 lines
178 B
Nix

{ config, pkgs, ... }:
{
programs.nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/blue/nixconf";
};
}