diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 7685344..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 = { @@ -167,6 +166,7 @@ nodePackages.bash-language-server vimPlugins.cmp-nvim-lsp ccls + vscode-langservers-extracted gdb # building software glibc