mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
gnupg: fix pinentry in sway (fix a typo in 3c39093c0d
)
This commit is contained in:
parent
f6d41b4b1d
commit
1105cec98d
@ -14,7 +14,7 @@ let
|
||||
"qt"
|
||||
else if xserverCfg.desktopManager.xfce.enable then
|
||||
"gtk2"
|
||||
else if xserverCfg.enable || cfg.programs.sway.enable then
|
||||
else if xserverCfg.enable || config.programs.sway.enable then
|
||||
"gnome3"
|
||||
else
|
||||
null;
|
||||
|
Loading…
Reference in New Issue
Block a user