feat: changed some shit up

This commit is contained in:
Nick 2025-01-09 02:09:02 -06:00
parent 4d8d534088
commit 241f8063cf
114 changed files with 1356 additions and 168 deletions

View file

@ -0,0 +1,18 @@
{
flake,
pkgs,
...
}: {
programs.wpaperd = {
enable = true;
package = flake.inputs.wpaperd.packages.${pkgs.system}.default;
settings = {
"default" = {
path = "~/Files/Projects/dotfiles/home/modules/hypr/wpaperd/wallpaper";
apply-shadow = true;
duration = "1m";
sorting = "random";
};
};
};
}