Re-add GNOME to fix the thunar theme and see if it

...fixes autorandr
This commit is contained in:
Oliver Davies 2024-07-22 12:00:00 +01:00
parent 3ae1d8d51d
commit e63150e278
4 changed files with 8 additions and 19 deletions
lib/nixos/modules

View file

@ -0,0 +1,5 @@
{
services = {
xserver.desktopManager.gnome.enable = true;
};
}