mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
949c6dacfd
Former-commit-id: 915a767283
13 lines
234 B
Nix
13 lines
234 B
Nix
# Hyprpaper is used to set the wallpaper on the system
|
|
{
|
|
# The wallpaper is set by stylix
|
|
services.hyprpaper = {
|
|
enable = true;
|
|
settings = {
|
|
ipc = "on";
|
|
splash = false;
|
|
splash_offset = 2.0;
|
|
};
|
|
};
|
|
}
|