mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
swaylock: don't ignore empty passwords
This commit is contained in:
parent
cb16b696a6
commit
6f9aee2d3c
|
@ -10,7 +10,6 @@
|
||||||
home.packages = with pkgs; [swaylock];
|
home.packages = with pkgs; [swaylock];
|
||||||
|
|
||||||
xdg.configFile."swaylock/config".text = ''
|
xdg.configFile."swaylock/config".text = ''
|
||||||
ignore-empty-password
|
|
||||||
font="NotoSansMNerdFont-Regular"
|
font="NotoSansMNerdFont-Regular"
|
||||||
|
|
||||||
color=303446
|
color=303446
|
||||||
|
|
Loading…
Reference in a new issue