Init hyprpolkitagent
This commit is contained in:
@@ -11,7 +11,7 @@ let
|
||||
keyboardLayout = config.var.keyboardLayout;
|
||||
in {
|
||||
|
||||
imports = [ ./animations.nix ./bindings.nix ];
|
||||
imports = [ ./animations.nix ./bindings.nix ./polkitagent.nix ];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
qt5.qtwayland
|
||||
|
||||
7
home/system/hyprland/polkitagent.nix
Normal file
7
home/system/hyprland/polkitagent.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ inputs, pkgs, ... }: {
|
||||
home.packages =
|
||||
[ inputs.hyprpolkitagent.packages."${pkgs.system}".hyprpolkitagent ];
|
||||
|
||||
wayland.windowManager.hyprland.exec-once =
|
||||
[ "systemctl --user start hyprpolkitagent" ];
|
||||
}
|
||||
Reference in New Issue
Block a user