This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
{ lib, config, pkgs, smayzy, ... }:
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
smayzy,
|
||||
...
|
||||
}:
|
||||
let
|
||||
mkIf = lib.mkIf;
|
||||
in
|
||||
@@ -54,12 +60,12 @@ in
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
systemd.user.services.hypr-wallpaper = {
|
||||
Unit = {
|
||||
Description = "Wallpaper auto-changer";
|
||||
};
|
||||
|
||||
|
||||
Service = {
|
||||
ExecStart = "${pkgs.bash}/bin/bash /home/smayzy/.config/hypr/wallpaper.sh";
|
||||
Restart = "always";
|
||||
@@ -69,4 +75,3 @@ in
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user