lmao
This commit is contained in:
parent
a6cc8f0282
commit
4d1b482cec
1 changed files with 5 additions and 2 deletions
|
@ -16,8 +16,11 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
users.users.sako.packages = with pkgs; [
|
||||
pass
|
||||
pass.withExtensions
|
||||
(exts: [exts.pass-otp])
|
||||
(pass.withExtensions.override {
|
||||
passExtensions = with passExtensions; [
|
||||
pass-otp
|
||||
];
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue