Set SSH_ASKPASS_REQUIRE back to prefer, add gcr package so it will work
This commit is contained in:
parent
deeeb5b7a5
commit
70dca4d5df
|
@ -10,6 +10,7 @@
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
environment = {
|
environment = {
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
|
SSH_ASKPASS_REQUIRE = "prefer";
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
MOZ_ENABLE_WAYLAND = "1";
|
MOZ_ENABLE_WAYLAND = "1";
|
||||||
WEBKIT_DISABLE_COMPOSITING_MODE = "1";
|
WEBKIT_DISABLE_COMPOSITING_MODE = "1";
|
||||||
|
@ -25,6 +26,7 @@
|
||||||
libnotify
|
libnotify
|
||||||
libarchive
|
libarchive
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
gcr
|
||||||
imagemagick
|
imagemagick
|
||||||
ffmpeg
|
ffmpeg
|
||||||
hunspell
|
hunspell
|
||||||
|
|
Loading…
Reference in a new issue