✨ cleanup
parent
1b00b420bd
commit
40c2a5fb29
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue