initial, no firefox yet :(
This commit is contained in:
10
.config/scripts/polkitkdeauth.sh
Executable file
10
.config/scripts/polkitkdeauth.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# Use different directory on NixOS
|
||||
if [ -d /run/current-system/sw/libexec ]; then
|
||||
libDir=/run/current-system/sw/libexec
|
||||
else
|
||||
libDir=/usr/lib
|
||||
fi
|
||||
|
||||
${libDir}/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
Reference in New Issue
Block a user