mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
hyprpolkitagent from flake to pkgs
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{ inputs, pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages =
|
home.packages = with pkgs; [ hyprpolkitagent ];
|
||||||
[ inputs.hyprpolkitagent.packages."${pkgs.system}".hyprpolkitagent ];
|
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings.exec-once =
|
wayland.windowManager.hyprland.settings.exec-once =
|
||||||
[ "systemctl --user start hyprpolkitagent" ];
|
[ "systemctl --user start hyprpolkitagent" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user