clean some packages and add ttyper

This commit is contained in:
Rachel Lambda Samuelsson 2023-11-11 00:03:41 +01:00
parent 15258be96f
commit 10130114cd

View File

@ -36,7 +36,6 @@ in
nettools nettools
nmap nmap
arp-scan arp-scan
acpi
julia-bin julia-bin
(python3.withPackages (ps: with ps; [ (python3.withPackages (ps: with ps; [
ipython ipython
@ -46,8 +45,6 @@ in
])) ]))
hpkgs.ghc hpkgs.ghc
firefox firefox
sxiv
zathura
gnupg gnupg
agda agda
discord discord
@ -92,6 +89,7 @@ in
rink rink
sage sage
typst typst
ttyper
]; ];
stateVersion = "23.05"; stateVersion = "23.05";
}; };