From 4a22083ae0e295afe2e51bb394897091b5fabed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 1 Jan 2023 22:18:33 +0000 Subject: [PATCH] add nix-du --- nixos/boxes/cli.nix | 2 ++ nixos/home-manager/cli.nix | 9 ++------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/nixos/boxes/cli.nix b/nixos/boxes/cli.nix index 6c651666..bb1aee5f 100644 --- a/nixos/boxes/cli.nix +++ b/nixos/boxes/cli.nix @@ -5,8 +5,10 @@ btrfs-progs compsize dig + du-dust fd htop + nix-du tmux vim ]; diff --git a/nixos/home-manager/cli.nix b/nixos/home-manager/cli.nix index 62a91b08..23fe112e 100644 --- a/nixos/home-manager/cli.nix +++ b/nixos/home-manager/cli.nix @@ -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