From 976e4314d42797e9fb0b03ceca3a54942b9d6429 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Tue, 9 Jul 2024 10:52:25 +0200 Subject: [PATCH 1/2] added some language servers to laptop --- laptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 7685344..7296b83 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -167,6 +167,7 @@ nodePackages.bash-language-server vimPlugins.cmp-nvim-lsp ccls + vscode-langservers-extracted gdb # building software glibc From 3ed3ae132ea9d8c0422c652f24454fb5779f232d Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Tue, 9 Jul 2024 16:54:19 +0200 Subject: [PATCH 2/2] 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 = {