nixos: categorize better packages and add quickemu
This commit is contained in:
parent
b214f14cbe
commit
b9df5852be
31
nixos.nix
31
nixos.nix
|
@ -316,28 +316,39 @@
|
||||||
## Tools
|
## Tools
|
||||||
# Utilities
|
# Utilities
|
||||||
bat
|
bat
|
||||||
btop
|
|
||||||
docker-compose
|
|
||||||
duf
|
duf
|
||||||
fzf
|
|
||||||
gping
|
|
||||||
killall
|
|
||||||
lm_sensors
|
lm_sensors
|
||||||
nmap
|
|
||||||
ripgrep
|
|
||||||
tree
|
tree
|
||||||
unrar
|
unrar
|
||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
wl-clipboard
|
|
||||||
xclip
|
|
||||||
zip
|
zip
|
||||||
zoxide
|
|
||||||
|
|
||||||
# File managing
|
# File managing
|
||||||
sshfs
|
sshfs
|
||||||
yazi
|
yazi
|
||||||
|
|
||||||
|
# Virtualization
|
||||||
|
docker-compose
|
||||||
|
#quickemu - dependency is broken at the moment
|
||||||
|
|
||||||
|
# Desktop
|
||||||
|
wl-clipboard
|
||||||
|
xclip
|
||||||
|
zoxide
|
||||||
|
|
||||||
|
# Networking
|
||||||
|
gping
|
||||||
|
nmap
|
||||||
|
|
||||||
|
# Processes
|
||||||
|
btop
|
||||||
|
killall
|
||||||
|
|
||||||
|
# Filter
|
||||||
|
fzf
|
||||||
|
ripgrep
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
libsForQt5.qt5.qtgraphicaleffects
|
libsForQt5.qt5.qtgraphicaleffects
|
||||||
libsForQt5.qt5.qtquickcontrols2
|
libsForQt5.qt5.qtquickcontrols2
|
||||||
|
|
Loading…
Reference in a new issue