mirror of
https://github.com/zoriya/flake.git
synced 2026-05-31 10:02:47 +00:00
Update things
This commit is contained in:
+7
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user