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
8240668936
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 09:21:21 +00:00
{
feat: enable gdm
2024-01-26 12:36:14 +00:00
services
.
xserver
=
{
enable
=
true
;
displayManager
.
gdm
=
{
enable
=
true
;
wayland
=
true
;
}
;
}
;
}
Reference in a new issue
Copy permalink