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