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