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
/
ly.nix
blob: 20482d0d2ab51b579d152e23d8f4de0e3c92d9b1 (
plain
)
1
2
3
4
5
6
7
8
9
{
pkgs
,
config
,
...
}: {
services
.
displayManager
.
ly
= {
enable
=
true
;
};
}