This commit is contained in:
Hadi
2024-10-06 18:49:52 +02:00
parent 23dcfd5290
commit 905cc9a885
75 changed files with 326 additions and 1325 deletions

View File

@@ -1,15 +1,10 @@
{ pkgs, config, ... }: {
# wayland.windowManager.hyprland.settings.exec-once =
# [ "${pkgs.hyprpaper}/bin/hyprpaper" ];
{ ... }: {
services.hyprpaper = {
enable = true;
settings = {
ipc = "on";
splash = false;
splash_offset = 2.0;
preload = [ "~/wallpapers/${config.var.theme.wallpaper}" ];
wallpaper = [ ",~/wallpapers/${config.var.theme.wallpaper}" ];
};
};
}