add nix-du

This commit is contained in:
Cyryl Płotnicki 2023-01-01 22:18:33 +00:00
parent 46f6bb595e
commit 4a22083ae0
2 changed files with 4 additions and 7 deletions

View file

@ -5,8 +5,10 @@
btrfs-progs btrfs-progs
compsize compsize
dig dig
du-dust
fd fd
htop htop
nix-du
tmux tmux
vim vim
]; ];

View file

@ -1,10 +1,4 @@
{ { config, pkgs, inputs, system, ... }: {
config,
pkgs,
inputs,
system,
...
}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
(pass.withExtensions (ext: [ (pass.withExtensions (ext: [
ext.pass-otp ext.pass-otp
@ -41,6 +35,7 @@
jq jq
kopia kopia
minicom minicom
nix-du
nix-index nix-index
nix-top nix-top
nixfmt nixfmt