From 9d8d7276d315765c57eaa067c4b8a0e561cdf33e Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Sun, 17 Aug 2025 01:59:06 -0400 Subject: [PATCH] update: enable plasma --- hosts/zion/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/zion/default.nix b/hosts/zion/default.nix index 6f4c535..7bbc805 100644 --- a/hosts/zion/default.nix +++ b/hosts/zion/default.nix @@ -10,7 +10,7 @@ ./hardware-configuration.nix # Common configurations - # ../common/optional/plasma.nix + ../common/optional/plasma.nix ../common/global ../common/optional/nvidia.nix ../common/optional/docker.nix @@ -68,7 +68,7 @@ }; # Display manager configuration - services.displayManager.defaultSession = "dwl"; + services.displayManager.defaultSession = "plasma"; # Basic system packages environment.systemPackages = with pkgs; [ @@ -79,5 +79,6 @@ usbutils obs-studio ntfs3g + firefox ]; }