feat(sway): setup env on startup

This commit is contained in:
Jacob Bachmann 2024-01-27 22:41:09 +01:00
parent be929afe3e
commit a62764d541
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
2 changed files with 9 additions and 2 deletions

View file

@ -3,7 +3,10 @@
enable = true;
wlr.enable = true;
# gtk portal needed to make gtk apps happy
# extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
# extraPortals = [
# pkgs.xdg-desktop-portal-wlr
# pkgs.xdg-desktop-portal-gtk
# ];
# upper has been replaced by following
config.common.default = "*";
};