5 lines
149 B
Nix
5 lines
149 B
Nix
{pkgs, ...}:
|
|
pkgs.writeShellScriptBin "hyprland-autostart" ''
|
|
${pkgs.waybar}/bin/waybar &
|
|
${pkgs.wlsunset}/bin/wlsunset -l 48.5 -L 2.2 -d 1500''
|