all repos — nixfiles @ ff97e2742d1463647fb1944f12ee34c0bf85932d

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

fix home-manager-rollback function

Alan Pearce
commit

ff97e2742d1463647fb1944f12ee34c0bf85932d

parent

b76a8f3639efa31bfc0b7686fa55b7207446eb03

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M user/settings/fish/functions/home-manager-rollback.fishuser/settings/fish/functions/home-manager-rollback.fish
@@ -1,3 +1,3 @@
function home-manager-rollback - (home-manager generations | head -n2 | tail -n1 | field 7)/activate + sh (home-manager generations | head -n2 | tail -n1 | field 7)/activate end