diff options
Diffstat (limited to 'home/wayland/modules/sway')
-rw-r--r-- | home/wayland/modules/sway/home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/wayland/modules/sway/home.nix b/home/wayland/modules/sway/home.nix index b1d5465..5c2fb47 100644 --- a/home/wayland/modules/sway/home.nix +++ b/home/wayland/modules/sway/home.nix @@ -8,6 +8,7 @@ background = "${config.xdg.dataHome}/wayland/desktop"; wayland-scripts = pkgs.callPackage ../../pkgs/wayland-scripts {}; cwall = "${wayland-scripts}/bin/cwall"; + daskpass = "${wayland-scripts}/bin/daskpass"; bemenu = "${pkgs.bemenu}/bin/bemenu-run --prompt ' '"; foot = lib.getExe config.programs.foot.package; @@ -51,6 +52,7 @@ in { ]; sessionVariables = { + SUDO_ASKPASS = daskpass; XDG_CURRENT_DESKTOP = "sway"; GRIM_DEFAULT_DIR = config.xdg.userDirs.pictures + "/ss"; }; |