Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add polkit modules #6631

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bobvanderlinden
Copy link

@bobvanderlinden bobvanderlinden commented Mar 14, 2025

Description

Supersedes #5619
Resolves #3739

This adds polkit agent services for hyprland, gnome and lxqt. I have had the one from lxqt in my own configuration for a while and served me well, but recently wanted to check out other polkits and eventually switched to gnome's one.
I thought I'd add these to home-manager as well this time.

I was contemplating adding security.polkit.agent = "gnome" or "hyprland" or "lxqt", but since there was no security directory I wasn't sure that was the right call for now and could be a future step.

All 3 of these tools do not have configuration(-files).

Checklist

  • Change is backwards compatible.

  • Code formatted with ./format.

  • Code tested through nix-shell --pure tests -A run.all
    or nix build --reference-lock-file flake.lock ./tests#test-all using Flakes.

  • Test cases updated/added. See example.

  • Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

  • If this PR adds a new module

    • Added myself as module maintainer. See example.

Maintainer CC

@bobvanderlinden bobvanderlinden force-pushed the polkits branch 2 times, most recently from c1395da to b725d13 Compare March 14, 2025 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Polkit authentication agent(s)
1 participant