index
:
nix-config
main
tmp
This is my system configuration, targeting workstations.
sils
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
users
/
sils
/
swaylock
/
default.nix
blob: a3e2ca2092f15687f806c6842b4f17f3685bd620 (
plain
) (
blame
)
1
2
3
4
5
6
{
...
}:
{
programs
.
swaylock
=
{
enable
=
true
;
# TODO maybe add settings
};
}