various fixes: hyprland, swaybg, 1pass

This commit is contained in:
ooks-io 2023-08-18 21:24:26 +12:00
parent 3a1f25f2ae
commit e314a45606
2 changed files with 5 additions and 2 deletions

View file

@ -75,8 +75,10 @@
}; };
exec = [ exec = [
"${pkgs.swaybg}/bin/swaybg -i ~/.dotfiles/walls/everforest/megacity.png --mode fill" "swaybg -i ~/.dotfiles/nix/walls/everforest/megacity.png --mode fill"
"1password --silent" ];
exec-once = [
"sleep 5 && 1password"
]; ];
}; };
}; };

View file

@ -24,6 +24,7 @@
wl-mirror wl-mirror
xdg-utils xdg-utils
ydotool ydotool
swaybg
]; ];
home.sessionVariables = { home.sessionVariables = {