feat: Add useful packages, add comments
This commit is contained in:
parent
22efbddf26
commit
5c72d1e2ea
26
flake.nix
26
flake.nix
@ -40,20 +40,34 @@
|
||||
libnotify # Notifications
|
||||
websocat # For asciinema v2 streams
|
||||
|
||||
# useful dev/everyday tools
|
||||
file
|
||||
htop-vim
|
||||
tldr
|
||||
# ^ useful dev/everyday tools
|
||||
|
||||
# tools for aliases, etc.
|
||||
lsd
|
||||
bat
|
||||
eza
|
||||
trash-cli
|
||||
# ^ tools for aliases, etc.
|
||||
|
||||
# packages for enhancd
|
||||
fzf # enhancd
|
||||
fd # enhancd
|
||||
# ^ packages for enhancd
|
||||
|
||||
# rofi # for fd
|
||||
gnutar # ex
|
||||
bzip3 # ex
|
||||
unzip # ex
|
||||
p7zip # ex
|
||||
unrar # ex
|
||||
gzip # ex
|
||||
|
||||
# packags for ex
|
||||
gnutar
|
||||
bzip3
|
||||
unzip
|
||||
p7zip
|
||||
unrar
|
||||
gzip
|
||||
# ^ packages for ex
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user