From 337270d0d01e704c98ff89574be26c7d9dce3c34 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Thu, 5 Dec 2024 09:24:29 +0100 Subject: [PATCH] added some fetch programs --- appserver/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/appserver/configuration.nix b/appserver/configuration.nix index e1a3d42..16a2806 100644 --- a/appserver/configuration.nix +++ b/appserver/configuration.nix @@ -15,7 +15,6 @@ ./audiobook.nix #./ollama.nix ./forgejo.nix - ./open-vscode-server.nix ]; # Swap zram @@ -67,17 +66,16 @@ "networkmanager" "libvirt" "podman" - "incus-admin" + "incus-admin" ]; packages = with pkgs; [ - bottom + bottom fastfetch nerdfetch ]; }; environment.systemPackages = with pkgs; [ neovim emacs nano curl htop glances kitty wget git inxi nethogs fastfetch - emacsPackages.vterm ]; # Enable the OpenSSH daemon.