chore: flake update

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2026-04-09 00:36:38 -03:00
parent fad1915084
commit 3027404339
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
6 changed files with 66 additions and 87 deletions

View file

@ -27,31 +27,6 @@
# release notes.
home.stateVersion = "23.05"; # Please read the comment before changing.
home.file = {
# Create wallpaper script to be read by the start_services.sh script.
".local/share/scripts/wallpaper.sh" = {
executable = true;
text = # sh
''
#
## Start wallpaper daemon and set one.
#
OUTPUT_1="eDP-1"
IMAGE_1="/home/wizardlink/Pictures/wallhaven-x6p3y3.jpg"
function load_wallpapers() {
swww img -t any --transition-bezier 0.0,0.0,1.0,1.0 --transition-duration .8 --transition-step 255 --transition-fps 60 -o $OUTPUT_1 $IMAGE_1;
}
if ! swww query; then
swww-daemon &
fi
load_wallpapers &
'';
};
};
#
# PACKAGES #
#