diff --git a/appserver/configuration.nix b/appserver/configuration.nix index 16a2806..e1a3d42 100644 --- a/appserver/configuration.nix +++ b/appserver/configuration.nix @@ -15,6 +15,7 @@ ./audiobook.nix #./ollama.nix ./forgejo.nix + ./open-vscode-server.nix ]; # Swap zram @@ -66,16 +67,17 @@ "networkmanager" "libvirt" "podman" - "incus-admin" + "incus-admin" ]; packages = with pkgs; [ - bottom fastfetch nerdfetch + bottom ]; }; environment.systemPackages = with pkgs; [ neovim emacs nano curl htop glances kitty wget git inxi nethogs fastfetch + emacsPackages.vterm ]; # Enable the OpenSSH daemon. diff --git a/workstation/configuration.nix b/workstation/configuration.nix index 20bd515..21b18c3 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -154,8 +154,6 @@ "dotnet-core-combined" "dotnet-runtime-6.0.36" "dotnet-sdk-wrapped-7.0.120" - "dotnet-core-combined" - ];