chore(launcher): add passwd

This commit is contained in:
bunny winter 2025-02-11 21:32:49 -06:00
parent 858285524d
commit 3c56e83ac8
Signed by: nya
SSH key fingerprint: SHA256:aFOeJZAb3Y7XJxd+BReehNPp/dmurGW9M13mIayeOm0

View file

@ -240,6 +240,11 @@ func Run(cmd *cobra.Command, args []string) error {
desc: "change your login shell",
exec: "chsh",
},
Program{
title: "passwd",
desc: "change your password",
exec: "passwd",
},
},
},
}