nix-config/users/scripts/hyprland-autostart.nix

5 lines
149 B
Nix
Raw Normal View History

2025-05-04 02:47:36 +02:00
{pkgs, ...}:
pkgs.writeShellScriptBin "hyprland-autostart" ''
${pkgs.waybar}/bin/waybar &
${pkgs.wlsunset}/bin/wlsunset -l 48.5 -L 2.2 -d 1500''