Skip to content

Commit

Permalink
fix(git): changed pinetry package: gtk2 -> gnome3
Browse files Browse the repository at this point in the history
Previous version droped support for my GTK theme
  • Loading branch information
Wittano committed Jul 7, 2024
1 parent 1b7071d commit d335986
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/dev/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ in
};

config = mkIf cfg.enable {
services.dbus.packages = with pkgs; [ gcr ];

home-manager.users.wittano = {
home.packages = with pkgs; [ xclip ];
services.gpg-agent = {
enable = true;
pinentryPackage = pkgs.pinentry-gtk2;
pinentryPackage = pkgs.pinentry-gnome3;
};

programs = {
Expand Down

0 comments on commit d335986

Please sign in to comment.