diff --git a/users/guanranwang/home-manager/applications/sway/default.nix b/users/guanranwang/home-manager/applications/sway/default.nix index 11e6518..4ee500c 100644 --- a/users/guanranwang/home-manager/applications/sway/default.nix +++ b/users/guanranwang/home-manager/applications/sway/default.nix @@ -26,6 +26,11 @@ wrapperFeatures.gtk = true; systemd.xdgAutostart = true; config = { + ### Startup + startup = [ + {command = "systemctl --user import-environment PATH";} + ]; + ### Visuals output."*".bg = "~/.local/share/backgrounds/Minato-Aqua-Dark.png fill"; window.titlebar = false;