hyprland,sway: import all env vars to systemd
Some checks failed
git-mirror / gitlab-sync (push) Has been cancelled
nix-build / default-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled

This commit is contained in:
Aly Raffauf 2024-09-15 17:37:13 -04:00
parent 1a173bb10d
commit 795409a5d4
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ in {
systemd = {
enable = true;
variables = ["PATH"];
variables = ["--all"];
};
extraConfig = let

View file

@ -24,7 +24,7 @@ in {
"systemctl --user start sway-session.target"
];
variables = ["PATH"];
variables = ["--all"];
};
config = {