This website requires JavaScript.
Explore
Help
Sign in
kitchen
/
rice
Watch
2
Star
0
Fork
You've already forked rice
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
d4d4482bcc
rice
/
hosts
/
alice
/
gdm.nix
10 lines
128 B
Nix
Raw
Normal View
History
Unescape
Escape
refactor: get rid of unused arguments
2024-06-05 11:21:21 +02:00
{
feat: enable gdm
2024-01-26 13:36:14 +01:00
services
.
xserver
=
{
enable
=
true
;
displayManager
.
gdm
=
{
enable
=
true
;
wayland
=
true
;
}
;
}
;
}
Reference in a new issue
Copy permalink