fix: hyprland exec

This commit is contained in:
ooks-io 2023-08-21 11:29:42 +12:00
parent d7cfb08439
commit 91e544207b

View file

@ -4,7 +4,7 @@
../standard/wayland ../standard/wayland
../music ../music
#./tty-init.nix ./tty-init.nix
./binds.nix ./binds.nix
./systemd-fix.nix ./systemd-fix.nix
../env/hypr-variable.nix ../env/hypr-variable.nix
@ -75,10 +75,10 @@
}; };
exec = [ exec = [
"swaybg -i ~/.dotfiles/nix/walls/everforest/megacity.png --mode fill" "${pkgs.swaybg}/bin/swaybg -i ~/.dotfiles/nix/walls/everforest/megacity.png --mode fill"
]; ];
exec-once = [ exec-once = [
"sleep 5 && 1password" "${pkgs._1password-gui}/bin/1password --silent"
]; ];
}; };
}; };