From d0a5bfab9ff5c3f7f615f110f503585bd0d95246 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Fri, 6 Dec 2024 14:26:05 +0500 Subject: [PATCH] feat: add hyprpolkitagent and run on login --- home-manager/dotfiles/hypr/hyprland.conf | 1 + home-manager/home.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/home-manager/dotfiles/hypr/hyprland.conf b/home-manager/dotfiles/hypr/hyprland.conf index 48a4498..39fa4e2 100644 --- a/home-manager/dotfiles/hypr/hyprland.conf +++ b/home-manager/dotfiles/hypr/hyprland.conf @@ -40,6 +40,7 @@ $menu = wofi --show drun # exec-once = $terminal # exec-once = nm-applet & exec-once = waybar & swaync & hypridle +exec-once = systemctl --user start hyprpolkitagent ############################# diff --git a/home-manager/home.nix b/home-manager/home.nix index 9f7daf4..de0580e 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -103,6 +103,7 @@ in hyprshot hyprlock hypridle + hyprpolkitagent pavucontrol (nerdfonts.override { fonts = [ "JetBrainsMono" ]; })