18 lines
524 B
Nix
18 lines
524 B
Nix
{
|
|
services.hyprpaper = {
|
|
enable = true;
|
|
settings = {
|
|
preload = [
|
|
"$HOME/git/nix-config/modules/home/images/nix.png"
|
|
"$HOME/git/nix-config/modules/home/images/forest.png"
|
|
];
|
|
wallpaper = [
|
|
", $HOME/git/nix-config/modules/home/images/nix.png"
|
|
"DP-3, $HOME/git/nix-config/modules/home/images/forest.png"
|
|
"HDMI-A-1, $HOME/git/nix-config/modules/home/images/forest.png"
|
|
"eDP-1, $HOME/git/nix-config/modules/home/images/forest.png"
|
|
];
|
|
};
|
|
};
|
|
}
|