Update
This commit is contained in:
10
home/system/hyprpaper/default.nix
Normal file
10
home/system/hyprpaper/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }: {
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
ipc = "on";
|
||||
splash = false;
|
||||
splash_offset = 2.0;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user