try again
This commit is contained in:
parent
4d1b482cec
commit
ec7c2bb5bc
1 changed files with 1 additions and 5 deletions
|
@ -16,11 +16,7 @@ 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.override {
|
passExtensions.pass-otp
|
||||||
passExtensions = with passExtensions; [
|
|
||||||
pass-otp
|
|
||||||
];
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue