1
0
Fork 0

home-manager: move linux-ony pkgs to linux.nix

This commit is contained in:
Pratham Patel 2024-02-18 15:42:21 +05:30
parent 0f32900577
commit e01ffdad60
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
2 changed files with 9 additions and 7 deletions

View File

@ -32,10 +32,6 @@
ghc
rustup # provides rustfmt, cargo-clippy, rustup, cargo, rust-lldb, rust-analyzer, rustc, rust-gdb, cargo-fmt
# dealing with other distro's packages
dpkg
rpm
# network monitoring
iperf # this is iperf3
iperf2 # this is what is usually 'iperf' on other distros
@ -47,10 +43,7 @@
asciinema
#buildah # 1. needs to be built for some reason; 2. git is a build requirement
fzf
parted
picocom
ubootTools
ventoy
# utilities written in Rust
choose

View File

@ -15,6 +15,15 @@ in
smartmontools
wol
# dealing with other distro's packages
dpkg
rpm
# other utilities
parted
ubootTools
ventoy
# virtualisation
libvirt
qemu_kvm