Fix missing suid for slock
This commit is contained in:
parent
4ae90d1e43
commit
20adf44486
|
@ -126,7 +126,6 @@
|
||||||
dunst
|
dunst
|
||||||
autorandr
|
autorandr
|
||||||
arandr
|
arandr
|
||||||
slock
|
|
||||||
scrot
|
scrot
|
||||||
brave
|
brave
|
||||||
vscodium
|
vscodium
|
||||||
|
@ -155,6 +154,7 @@
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# enableSSHSupport = true;
|
# enableSSHSupport = true;
|
||||||
# };
|
# };
|
||||||
|
programs.slock.enable = true;
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue