15 lines
181 B
Nix
15 lines
181 B
Nix
{ ...}:
|
|
{
|
|
home-manager.users.willifan = {
|
|
services.hyprpaper = {
|
|
enable = true;
|
|
settings = {
|
|
|
|
splash = true;
|
|
|
|
ipc = "off";
|
|
|
|
};
|
|
};
|
|
};
|
|
}
|