From a28c671f19453000cf416b2f06280e7b0571baf2 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Fri, 15 Nov 2024 17:44:25 +0100 Subject: [PATCH] added zellij and hyfetch --- workstation/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index c802d05..a475c32 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -136,10 +136,11 @@ extraGroups = [ "networkmanager" "wheel" "libvirt" ]; shell = pkgs.zsh; packages = with pkgs; [ - firefox ncpamixer starship fastfetch + firefox ncpamixer starship fastfetch hyfetch emacsPackages.vterm virt-manager chromium pavucontrol gnome-tweaks beauty-line-icon-theme neo-cowsay fortune lolcat + zellij ]; };