mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-05 12:22:10 +02:00
Update
This commit is contained in:
@@ -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}" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user