From ee9a18519222bde2a7aafe1a4b2f0d2cb0313e4d Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 17 Mar 2024 08:50:15 +0530 Subject: update --- machines/x/configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'machines') diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 33245d1..8a58bcb 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -31,12 +31,7 @@ networking.hostName = "x"; home-manager.users.compromyse = import ./home.nix; - services.xserver.desktopManager.plasma6.enable = true; - - environment.plasma5.excludePackages = with pkgs.kdePackages; [ - konsole - oxygen - ]; + services.desktopManager.plasma6.enable = true; networking.extraHosts = '' -- cgit v1.2.3