small update

This commit is contained in:
Adrian Gunnar Lauterer 2024-10-08 10:30:21 +02:00
parent 3c47a48c70
commit 5d8c8f1707
3 changed files with 3 additions and 1 deletions

View File

@ -149,7 +149,7 @@ in {
#wallpaper #wallpaper
{command = "swww-daemon";} {command = "swww-daemon";}
{command = "while true; do for wallpaper in $WALLPAPER_DIR/*; do swww img \"$wallpaper\"; sleep 15; done; done;";} {command = "while true; do for wallpaper in $WALLPAPER_DIR/*; do swww img $wallpaper; sleep 15; done; done;";}
#idlelock #idlelock
{command = ''swayidle \ {command = ''swayidle \

View File

@ -21,6 +21,7 @@ imports =
#qt6Packages.qt6ct #qt6Packages.qt6ct
where-is-my-sddm-theme where-is-my-sddm-theme
swww
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [

View File

@ -36,6 +36,7 @@ imports =
gnuplot gnuplot
ffmpeg ffmpeg
ripes
]; ];