index
:
stvnliu/nixos-configuration.git
chore-cleanup
feature-commons
feature-email-msmtp
feature-home-manager
main
update-unstable
stvnliu NixOS setup
stvnliu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
services
/
seatd.service.nix
blob: d738a79c734ad52fac7ff38e100ac7f41a80b264 (
plain
)
1
2
3
4
5
6
{ ...
}: {
services
.
seatd
= {
enable
=
true
;
};
}