fix xdg portal open

This commit is contained in:
iofq 2023-12-31 02:14:41 -06:00
parent 211ba8a0b0
commit b1877c567b
3 changed files with 13 additions and 21 deletions

View file

@ -1,4 +1,4 @@
{ home-manager, config, lib, pkgs, ... }:
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [
wl-clipboard
@ -6,6 +6,11 @@
gammastep
sway-contrib.grimshot
];
home.sessionVariables = {
# needed for Sway and Firefox to play nice
XDG_CURRENT_DESKTOP = "sway";
MOZ_DBUS_REMOTE=1;
};
systemd.user.services.autotiling = {
Install = {
WantedBy = [ "sway-session.target" ];