small update
This commit is contained in:
parent
3c47a48c70
commit
5d8c8f1707
|
@ -149,7 +149,7 @@ in {
|
|||
|
||||
#wallpaper
|
||||
{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
|
||||
{command = ''swayidle \
|
||||
|
|
|
@ -21,6 +21,7 @@ imports =
|
|||
#qt6Packages.qt6ct
|
||||
|
||||
where-is-my-sddm-theme
|
||||
swww
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
|
@ -36,6 +36,7 @@ imports =
|
|||
gnuplot
|
||||
ffmpeg
|
||||
|
||||
ripes
|
||||
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue