flake update

This commit is contained in:
Sascha Koenig
2025-10-22 19:48:25 +02:00
parent d24c6b28f8
commit aaf82b29da
11 changed files with 47 additions and 53 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];
};
}