try out lxqt, not a fan

This commit is contained in:
Kopatz
2024-03-30 13:57:24 +01:00
parent daa4866ea6
commit 3cf2a50d53
5 changed files with 16 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
{ config, pkgs, ... }:
{ config, pkgs, mainUser, ... }:
{
services.xserver = {
layout = "at";
xkbVariant = "";
layout = mainUser.layout;
xkbVariant = mainUser.variant;
enable = true;
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;