From e2309a820c6254bebc1362fa6ca938efd98ab320 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:20:51 +0530 Subject: [PATCH] Dummy commit --- system/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hyprland.nix b/system/hyprland.nix index 513a2cb7..3d388558 100644 --- a/system/hyprland.nix +++ b/system/hyprland.nix @@ -166,7 +166,7 @@ user.extraConfig = '' DefaultEnvironment="PATH=/run/current-system/sw/bin" ''; - # Polkit starting systemd service - needed for apps requesting root access + # Polkit starting systemd service - needed for apps requesting root access user.services.polkit-gnome-authentication-agent-1 = { description = "polkit-gnome-authentication-agent-1"; wantedBy = [ "graphical-session.target" ];