This commit is contained in:
Sakooooo 2023-08-10 13:26:48 +03:00
parent 8da0379e7d
commit 0eab00e65b
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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])
]; ];
}; };
} }