Stealing tools from Thijs
(aka communism)
This commit is contained in:
parent
08100d41e6
commit
06208621c6
2 changed files with 5 additions and 4 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
desktop.xorg = true;
|
desktop.xorg = true;
|
||||||
dev = {
|
dev = {
|
||||||
"3d" = true;
|
"3d" = true;
|
||||||
|
vm = true;
|
||||||
};
|
};
|
||||||
extra = true;
|
extra = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@
|
||||||
ffmpeg = "ffmpeg -hide_banner";
|
ffmpeg = "ffmpeg -hide_banner";
|
||||||
ffprobe = "ffprobe -hide_banner";
|
ffprobe = "ffprobe -hide_banner";
|
||||||
ffplay = "ffplay -hide_banner";
|
ffplay = "ffplay -hide_banner";
|
||||||
numbat = "numbat --intro-banner off";
|
numbat = "qalc";
|
||||||
insect = "numbat";
|
insect = "qalc";
|
||||||
|
|
||||||
# Frequent mistakes
|
# Frequent mistakes
|
||||||
sl = "ls";
|
sl = "ls";
|
||||||
|
|
@ -62,6 +62,7 @@
|
||||||
newestFile = ''${pkgs.findutils}/bin/find -type f -printf '%T+ %p\n' | sort | tail'';
|
newestFile = ''${pkgs.findutils}/bin/find -type f -printf '%T+ %p\n' | sort | tail'';
|
||||||
oldestFile = ''${pkgs.findutils}/bin/find -type f -printf '%T+ %p\n' | sort | head'';
|
oldestFile = ''${pkgs.findutils}/bin/find -type f -printf '%T+ %p\n' | sort | head'';
|
||||||
};
|
};
|
||||||
|
tealdeer.enable = true;
|
||||||
thefuck = {
|
thefuck = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
|
|
@ -202,7 +203,6 @@
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
man
|
man
|
||||||
tldr
|
|
||||||
neofetch
|
neofetch
|
||||||
|
|
||||||
# remote
|
# remote
|
||||||
|
|
@ -223,7 +223,7 @@
|
||||||
|
|
||||||
# toolbox
|
# toolbox
|
||||||
imagemagick
|
imagemagick
|
||||||
numbat
|
libqalculate
|
||||||
bc
|
bc
|
||||||
|
|
||||||
# hardware
|
# hardware
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue