13 lines
327 B
Nix
13 lines
327 B
Nix
{myConfig, ...}: {
|
|
services.hyprpaper = {
|
|
enable = true;
|
|
settings = {
|
|
# preload = ["../../assets/Wallpapers/${myConfig.hyprland.wallpaper}"];
|
|
# wallpaper = [
|
|
# "HDMI-A-1,../../assets/Wallpapers/${myConfig.hyprland.wallpaper}"
|
|
# ];
|
|
};
|
|
};
|
|
# systemd.user.startServices = "sd-switch";
|
|
}
|