From ba2d64b4a68bbbc0e36f52f0eef8a01eb3b5fe73 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Sun, 3 Mar 2024 06:48:21 +0100 Subject: [PATCH] Add asciinema --- home-mods/shell/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/home-mods/shell/default.nix b/home-mods/shell/default.nix index c14f150..29e5f8c 100644 --- a/home-mods/shell/default.nix +++ b/home-mods/shell/default.nix @@ -187,11 +187,8 @@ in }; packages = with pkgs.unstable-pkgs; [ - btop myEmacs - imagemagick - rust-motd - zellij + asciinema any-nix-shell atool aspell @@ -200,6 +197,7 @@ in aspellDicts.en-science aspellDicts.de binutils + btop calc cmake curl @@ -211,6 +209,7 @@ in gnumake gcc imagemagick + imagemagick libtool neofetch nil @@ -221,6 +220,7 @@ in python311Full python311Packages.epc python311Packages.orjson + rust-motd rcm (lib.mkIf config.services.gpg-agent.enable pinentry-emacs) @@ -234,6 +234,7 @@ in wget wl-clipboard zeal + zellij zstd ]; };