From 3ed3ae132ea9d8c0422c652f24454fb5779f232d Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Tue, 9 Jul 2024 16:54:19 +0200 Subject: [PATCH] trying plasma6 on laptop --- laptop/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 7296b83..82d6937 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -52,9 +52,8 @@ services.xserver.enable = true; services.xserver.videoDrivers = [ "amdgpu" ]; - # Enable the Desktop Environment. programs.steam.enable = true; - #services.teamviewer.enable = true; + services.desktopManager.plasma6.enable = true; # Configure keymap in X11 services.xserver = {