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
|
btrfs-progs
|
||||||
compsize
|
compsize
|
||||||
dig
|
dig
|
||||||
|
du-dust
|
||||||
fd
|
fd
|
||||||
htop
|
htop
|
||||||
|
nix-du
|
||||||
tmux
|
tmux
|
||||||
vim
|
vim
|
||||||
];
|
];
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue