UWSM Hyprland

Former-commit-id: 5bfd891d39
This commit is contained in:
Hadi
2025-04-18 14:09:24 +02:00
parent 6d4a886acb
commit 24d77739b9
7 changed files with 27 additions and 19 deletions

View File

@@ -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";
}