add nix-du
This commit is contained in:
parent
46f6bb595e
commit
4a22083ae0
2 changed files with 4 additions and 7 deletions
|
@ -5,8 +5,10 @@
|
|||
btrfs-progs
|
||||
compsize
|
||||
dig
|
||||
du-dust
|
||||
fd
|
||||
htop
|
||||
nix-du
|
||||
tmux
|
||||
vim
|
||||
];
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
}: {
|
||||
{ config, pkgs, inputs, system, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
(pass.withExtensions (ext: [
|
||||
ext.pass-otp
|
||||
|
@ -41,6 +35,7 @@
|
|||
jq
|
||||
kopia
|
||||
minicom
|
||||
nix-du
|
||||
nix-index
|
||||
nix-top
|
||||
nixfmt
|
||||
|
|
Loading…
Reference in a new issue