home: packages+services: Replace polkit-gnome with lxqt-policykit.

This commit is contained in:
Raghav Gururajan 2022-07-04 12:15:07 -04:00
parent 6d3ce4ba2e
commit 040500b416
Signed by: raghavgururajan
GPG Key ID: 5F5816647F8BE551
1 changed files with 5 additions and 4 deletions

View File

@ -22,6 +22,7 @@
(gnu packages libreoffice)
(gnu packages linphone)
(gnu packages lxde)
(gnu packages lxqt)
(gnu packages mail)
(gnu packages messaging)
(gnu packages networking)
@ -77,8 +78,8 @@
(list
gnupg
gpa
pinentry
polkit-gnome)
lxqt-policykit
pinentry)
;; Utilities
(list
blueman
@ -268,8 +269,8 @@
(stop #~(make-system-destructor "gpg-connect-agent killagent /bye")))
(shepherd-service
(provision '(polkit-agent))
(start #~(make-system-constructor "$HOME/.guix-home/profile/libexec/polkit-gnome-authentication-agent-1 &"))
(stop #~(make-system-destructor "pkill -9 polkit-gnome-authentication-agent-1")))
(start #~(make-system-constructor "lxqt-policykit-agent &"))
(stop #~(make-system-destructor "pkill -9 lxqt-policykit-agent")))
(shepherd-service
(provision '(udiskie))
(start #~(make-system-constructor "udiskie &"))