small update
This commit is contained in:
parent
3c47a48c70
commit
5d8c8f1707
|
@ -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 \
|
||||||
|
|
|
@ -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; [
|
||||||
|
|
|
@ -36,6 +36,7 @@ imports =
|
||||||
gnuplot
|
gnuplot
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
|
||||||
|
ripes
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue