fix xdg portal open
This commit is contained in:
parent
211ba8a0b0
commit
b1877c567b
3 changed files with 13 additions and 21 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue