Add asciinema
This commit is contained in:
parent
4f0d60adb7
commit
ba2d64b4a6
1 changed files with 5 additions and 4 deletions
|
@ -187,11 +187,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs.unstable-pkgs; [
|
packages = with pkgs.unstable-pkgs; [
|
||||||
btop
|
|
||||||
myEmacs
|
myEmacs
|
||||||
imagemagick
|
asciinema
|
||||||
rust-motd
|
|
||||||
zellij
|
|
||||||
any-nix-shell
|
any-nix-shell
|
||||||
atool
|
atool
|
||||||
aspell
|
aspell
|
||||||
|
@ -200,6 +197,7 @@ in
|
||||||
aspellDicts.en-science
|
aspellDicts.en-science
|
||||||
aspellDicts.de
|
aspellDicts.de
|
||||||
binutils
|
binutils
|
||||||
|
btop
|
||||||
calc
|
calc
|
||||||
cmake
|
cmake
|
||||||
curl
|
curl
|
||||||
|
@ -211,6 +209,7 @@ in
|
||||||
gnumake
|
gnumake
|
||||||
gcc
|
gcc
|
||||||
imagemagick
|
imagemagick
|
||||||
|
imagemagick
|
||||||
libtool
|
libtool
|
||||||
neofetch
|
neofetch
|
||||||
nil
|
nil
|
||||||
|
@ -221,6 +220,7 @@ in
|
||||||
python311Full
|
python311Full
|
||||||
python311Packages.epc
|
python311Packages.epc
|
||||||
python311Packages.orjson
|
python311Packages.orjson
|
||||||
|
rust-motd
|
||||||
rcm
|
rcm
|
||||||
(lib.mkIf config.services.gpg-agent.enable
|
(lib.mkIf config.services.gpg-agent.enable
|
||||||
pinentry-emacs)
|
pinentry-emacs)
|
||||||
|
@ -234,6 +234,7 @@ in
|
||||||
wget
|
wget
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
zeal
|
zeal
|
||||||
|
zellij
|
||||||
zstd
|
zstd
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue