feat: set all dbus env vars on sway exec
This commit is contained in:
parent
443bfc497f
commit
b1047d2b54
5 changed files with 18 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
gnome.simple-scan
|
||||
telegram-desktop
|
||||
signal-desktop
|
||||
zathura
|
||||
] ++ lib.optionals nixosConfig.bchmnn.printing.enable [
|
||||
system-config-printer
|
||||
];
|
||||
|
|
|
|||
|
|
@ -79,6 +79,9 @@ in
|
|||
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||
menu = "${pkgs.wofi}/bin/wofi";
|
||||
startup = with pkgs; [
|
||||
# TODO activate with systemd prbly requires a graphical.target?
|
||||
# { command = "${dbus}/bin/dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK"; }
|
||||
{ command = "${dbus}/bin/dbus-update-activation-environment --all"; }
|
||||
{ command = "${kanshi}/bin/kanshi"; }
|
||||
{ command = "${networkmanagerapplet}/bin/nm-applet"; }
|
||||
{ command = "${blueman}/bin/blueman-applet"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue