This commit is contained in:
mjallen18
2025-02-19 16:56:13 -06:00
parent 3c636cb507
commit debc590187
4 changed files with 98 additions and 11 deletions

View File

@@ -43,12 +43,14 @@
# Set your time zone.
time.timeZone = "America/Chicago";
services.xserver.desktopManager.gnome.enable = true;
services.desktopManager.plasma6 = {
enable = true;
enable = false;
enableQt5Integration = true;
};
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-kde ];
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
services.xserver.enable = true;