mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -1,5 +1,5 @@
|
||||
# Hyprpaper is used to set the wallpaper on the system
|
||||
{
|
||||
{ lib, ... }: {
|
||||
# The wallpaper is set by stylix
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
@@ -9,4 +9,6 @@
|
||||
splash_offset = 2.0;
|
||||
};
|
||||
};
|
||||
systemd.user.services.hyprpaper.Unit.After =
|
||||
lib.mkForce "graphical-session.target";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user