From 7a79886dc6aaf8fc2d2080ecc6aa16b2290dccc3 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sat, 10 May 2025 16:43:47 +0100 Subject: [PATCH] desktops --- hosts/hypr-nix/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/hypr-nix/configuration.nix b/hosts/hypr-nix/configuration.nix index ad34d1e..c275f9f 100644 --- a/hosts/hypr-nix/configuration.nix +++ b/hosts/hypr-nix/configuration.nix @@ -61,6 +61,7 @@ services = { # Enable X11 and configure Wayland support + desktopManager.plasma6 = true; xserver = { enable = true; xkb.layout = "gb"; @@ -73,7 +74,7 @@ # Desktop Managers Configuration desktopManager = { gnome.enable = true; # GNOME - plasma6.enable = true; # Use plasma5 for KDE6 as well + #plasma6.enable = true; # Use plasma5 for KDE6 as well }; # Window Managers Configuration @@ -182,7 +183,7 @@ intel-vaapi-driver # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium) libvdpau-va-gl vaapiVdpau - mesa.drivers + mesa ]; };