Initial commit
This commit is contained in:
14
home/system/hyprpaper/default.nix
Normal file
14
home/system/hyprpaper/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
# Hyprpaper is used to set the wallpaper on the system
|
||||
{lib, ...}: {
|
||||
# The wallpaper is set by stylix
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
ipc = "on";
|
||||
splash = false;
|
||||
splash_offset = 2.0;
|
||||
};
|
||||
};
|
||||
systemd.user.services.hyprpaper.Unit.After =
|
||||
lib.mkForce "graphical-session.target";
|
||||
}
|
||||
Reference in New Issue
Block a user