14 lines
260 B
Nix
14 lines
260 B
Nix
{
|
|
services.hyprpaper = {
|
|
enable = true;
|
|
settings = {
|
|
preload = [
|
|
(builtins.toString wallpapers/win8.1startscreen.png)
|
|
];
|
|
|
|
wallpaper = [
|
|
",${builtins.toString wallpapers/win8.1startscreen.png}"
|
|
];
|
|
};
|
|
};
|
|
}
|