From 34e178246b6b278554271abd0a03a20abe45c240 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 10 May 2022 12:38:16 +0000 Subject: [PATCH] Update config-plasma.nix --- config-plasma.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config-plasma.nix b/config-plasma.nix index d3c00f9..72dc9f0 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -68,6 +68,9 @@ fish flatpak git + libsForQt5.plasma-nm + libsForQt5.plasma-pa + libsForQt5.sddm thunderbird tilix ]; @@ -75,6 +78,12 @@ # Enable the OpenSSH daemon services.openssh.enable = true; + # Plasma + services.xserver.enable = true; + services.xserver.displayManager.sddm.enable = true; + services.xserver.desktopManager.plasma5.enable = true; + + # Enable Pipewire security.rtkit.enable = true; services.pipewire = {