Include PATH in sway systemd vars
Some checks failed
/ check (push) Has been cancelled

This commit is contained in:
Daniel Flanagan 2024-10-08 10:17:22 -05:00
parent 3eba3a553d
commit bec787e6ff
2 changed files with 14 additions and 0 deletions

View file

@ -72,6 +72,17 @@
systemd = {
enable = true;
variables = [
"DISPLAY"
"WAYLAND_DISPLAY"
"SWAYSOCK"
"XDG_CURRENT_DESKTOP"
"XDG_SESSION_TYPE"
"NIXOS_OZONE_WL"
"XCURSOR_THEME"
"XCURSOR_SIZE"
"PATH"
];
};
# TODO: stuff is opening on workspace 10 (0?)

View file

@ -68,6 +68,7 @@
};
services.dbus.enable = true;
services.polkit.enable = true; # needed for home-manager integration
programs.thunar = {
enable = true;
@ -617,6 +618,8 @@
systemPackages = with pkgs; [
libnotify
slides
discord
slack
];
variables = {
/*