Template/docs: improve gnome example

This commit is contained in:
Johannes Kirschbauer
2025-07-11 14:56:40 +02:00
parent a1e9195cd2
commit 85943e22a3
2 changed files with 5 additions and 4 deletions

View File

@@ -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;

View File

@@ -1,5 +1,4 @@
{
config,
clan-core,
# Optional, if you want to access other flakes:
# self,