mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: added some exec stuff
This commit is contained in:
parent
569d969ecc
commit
42316e4a2a
84 changed files with 25 additions and 9 deletions
18
home/modules/hyprland/wpaperd/default.nix
Executable file
18
home/modules/hyprland/wpaperd/default.nix
Executable 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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue