Update things

This commit is contained in:
2024-12-22 17:50:57 +01:00
parent 870292903f
commit 5a9975ec27
2 changed files with 56 additions and 50 deletions
+7 -1
View File
@@ -1,4 +1,8 @@
{pkgs, user, ...}: let
{
pkgs,
user,
...
}: let
wallpaper = pkgs.writeShellScriptBin "wallpaper" ''
WALLPAPERS=~/wallpapers/
@@ -111,6 +115,8 @@ in {
];
};
};
# Default target is graphical-session-pre.target which comes too early to work.
systemd.user.services.hypridle.Unit.After = ["graphical-session.target"];
systemd.user.services.polkit-gnome-authentication-agent-1 = {
Unit = {