From 91fb8d14d2b1b5a42c9157b3d626a3f52a590615 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Fri, 2 Aug 2024 11:17:05 +0200 Subject: [PATCH] vterm and emacs on app server --- appserver/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appserver/configuration.nix b/appserver/configuration.nix index e799988..fdc2326 100644 --- a/appserver/configuration.nix +++ b/appserver/configuration.nix @@ -66,9 +66,7 @@ "networkmanager" "libvirt" "podman" - "ollama" - "writefreely" - "incus-admin" + "incus-admin" ]; packages = with pkgs; [ bottom @@ -78,6 +76,7 @@ environment.systemPackages = with pkgs; [ neovim emacs nano curl htop glances kitty wget git inxi nethogs fastfetch + emacsPackages.vterm ]; # Enable the OpenSSH daemon.