all repos — nixfiles @ b76a8f3639efa31bfc0b7686fa55b7207446eb03

System and user configuration, managed by nix and home-manager

user/settings/fish/functions/home-manager-rollback.fish (view raw)

1
2
3
function home-manager-rollback
    (home-manager generations | head -n2 | tail -n1 | field 7)/activate
end