feat: added some exec stuff

This commit is contained in:
Nick 2025-01-11 18:53:08 -06:00
parent 569d969ecc
commit 42316e4a2a
84 changed files with 25 additions and 9 deletions

View file

@ -1,18 +0,0 @@
{
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";
};
};
};
}