update not NixOS 25.05, switch go Gnome

This commit is contained in:
2025-07-01 14:43:57 +02:00
parent 2ae3539681
commit 19fd771e13
8 changed files with 45 additions and 37 deletions

View File

@@ -1,8 +1,8 @@
{ pkgs, ... }: {
services.xserver = {
enable = true;
layout = "ch";
xkbVariant = "";
xkb.layout = "ch";
xkb.variant = "";
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;
};