flake update

This commit is contained in:
2025-12-02 09:53:04 +01:00
parent 9fd305a9c8
commit 2257620dee
7 changed files with 52 additions and 52 deletions

View File

@@ -16,6 +16,6 @@ in {
pkgs.pass-wayland.withExtensions
(exts: [exts.pass-otp exts.pass-import]);
};
home.packages = with pkgs; [pinentry];
home.packages = with pkgs; [pinentry-gnome3];
};
}