Template/docs: improve gnome example
This commit is contained in:
committed by
a-kenji
parent
24d82776e7
commit
2ce4f8bf37
@@ -10,13 +10,15 @@
|
||||
# ];
|
||||
# ```
|
||||
|
||||
# Enable the GNOME desktop environment and the GDM display manager.
|
||||
# Pre NixOS: 25.11
|
||||
# Uncomment one block to enable the
|
||||
# GNOME desktop environment and the GDM display manager.
|
||||
|
||||
# Pre NixOS 25.11
|
||||
# services.xserver.enable = true;
|
||||
# services.xserver.displayManager.gdm.enable = true;
|
||||
# services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
# => 25.11
|
||||
# As of NixOS 25.11
|
||||
# services.displayManager.gdm.enable = true;
|
||||
# services.desktopManager.gnome.enable = true;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
config,
|
||||
clan-core,
|
||||
# Optional, if you want to access other flakes:
|
||||
# self,
|
||||
|
||||
Reference in New Issue
Block a user