mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -05:00
hyprland: added pinentry package from gnome
This commit is contained in:
parent
5a55f23a13
commit
27fad93fcc
|
@ -23,6 +23,8 @@
|
||||||
programs.hyprland.package =
|
programs.hyprland.package =
|
||||||
inputs.hyprland.packages.${pkgs.system}.hyprland;
|
inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||||
|
|
||||||
|
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-gnome3;
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
substituters = [ "https://hyprland.cachix.org" ];
|
substituters = [ "https://hyprland.cachix.org" ];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
|
|
Loading…
Reference in a new issue