cleanup

dev-docs
Moritz Böhme 2022-07-15 10:55:48 +02:00
parent 1b00b420bd
commit 40c2a5fb29
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 14 additions and 20 deletions

View File

@ -54,9 +54,6 @@
nixpkgs-review = "nixpkgs-review-checks"; nixpkgs-review = "nixpkgs-review-checks";
nixpkgs-pr =
"nixpkgs-review pr --token ${cmdSub "cat /run/agenix/github"}";
latexwatch = latexwatch =
''find -type f -name "*.tex" | entr -c latexmk -pdf -silent''; ''find -type f -name "*.tex" | entr -c latexmk -pdf -silent'';
@ -68,6 +65,7 @@
# archives # archives
p7zip p7zip
unzip unzip
zip
# file management # file management
ranger ranger
@ -77,31 +75,27 @@
htop htop
bottom bottom
# fetcher
neofetch
# typing
ttyper
# ripping # ripping
abcde abcde
handbrake handbrake
# utility
cht-sh
du-dust
duf
up
viu
entr
tmux
arduino
# nix # nix
nixpkgs-review nixpkgs-review
comma comma
nix-index nix-index
# other
arduino
cht-sh
du-dust
duf
entr
hub
neofetch
tmux
ttyper
up
viu
]; ];
programs = { programs = {
bat.enable = true; bat.enable = true;