mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-22 11:05:48 +02:00
c5db47ab0e
Former-commit-id: d11cf580f9
11 lines
153 B
Nix
11 lines
153 B
Nix
{ ... }: {
|
|
services.hyprpaper = {
|
|
enable = true;
|
|
settings = {
|
|
ipc = "on";
|
|
splash = false;
|
|
splash_offset = 2.0;
|
|
};
|
|
};
|
|
}
|