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