update flake

This commit is contained in:
2026-04-12 21:20:54 -05:00
parent 35fbfa3d95
commit b2ec3d9cd0
2 changed files with 14 additions and 0 deletions

View File

@@ -112,6 +112,19 @@
hyprctl dispatch exit hyprctl dispatch exit
''); '');
aurora-init = (pkgs.writeShellScriptBin "aurora-init" ''
if [[ ! -d /tmp/aurora ]]; then
mkdir /tmp/aurora
fi
hyprctl --batch "\
dispatch exec ${pkgs.awww}/bin/awww-daemon ;\
dispatch exec ${self'.packages.aurora-set-wallpaper}/bin/aurora-set-wallpaper;\
setcursor Bibata-Modern-Classic 16"
sleep 3
hyprctl reload
'');
}; };
}; };

View File

@@ -103,6 +103,7 @@
wf-recorder wf-recorder
self.packages.${system}.aurora-set-wallpaper self.packages.${system}.aurora-set-wallpaper
self.packages.${system}.aurora-init
]; ];
programs.quickshell = { programs.quickshell = {