From 3b78843f34ec5866cfc619124a2bcc118f107b6d Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 3 Jun 2024 03:33:00 +0200 Subject: [PATCH] Enable plasma6 --- nki-home/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nki-home/configuration.nix b/nki-home/configuration.nix index 905af18..a0d071a 100644 --- a/nki-home/configuration.nix +++ b/nki-home/configuration.nix @@ -24,6 +24,9 @@ with lib; # Kernel boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_stable; + # Plasma! + services.desktopManager.plasma6.enable = true; + ## Encryption # Kernel modules needed for mounting USB VFAT devices in initrd stage