ok
This commit is contained in:
parent
8da0379e7d
commit
0eab00e65b
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
users.users.sako.packages = with pkgs; [
|
users.users.sako.packages = with pkgs; [
|
||||||
pass
|
pass.withExtensions
|
||||||
passExtensions.pass-otp
|
(exts: [exts.pass-otp])
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue