initial commit
This commit is contained in:
4
users/scripts/hyprland-autostart.nix
Normal file
4
users/scripts/hyprland-autostart.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{pkgs, ...}:
|
||||
pkgs.writeShellScriptBin "hyprland-autostart" ''
|
||||
${pkgs.waybar}/bin/waybar &
|
||||
${pkgs.wlsunset}/bin/wlsunset -l 48.5 -L 2.2 -d 1500''
|
||||
Reference in New Issue
Block a user