fix polkit
This commit is contained in:
parent
0ee4a2f862
commit
9cd555cfc9
2 changed files with 2 additions and 1 deletions
|
@ -151,6 +151,7 @@ exec mako --border-color=#cc6666 \
|
||||||
--background-color=#2d2a2eee
|
--background-color=#2d2a2eee
|
||||||
exec emacs --daemon
|
exec emacs --daemon
|
||||||
exec swayidle before-sleep "$lock"
|
exec swayidle before-sleep "$lock"
|
||||||
|
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||||
|
|
||||||
set $gnome-schema org.gnome.desktop.interface
|
set $gnome-schema org.gnome.desktop.interface
|
||||||
exec_always {
|
exec_always {
|
||||||
|
|
|
@ -73,8 +73,8 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
environment.pathsToLink = ["/libexec"];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
polkit
|
|
||||||
polkit_gnome
|
polkit_gnome
|
||||||
|
|
||||||
# firefox also needs:
|
# firefox also needs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue