diff --git a/system/profile/base.nix b/system/profile/base.nix index 4692438..340c299 100644 --- a/system/profile/base.nix +++ b/system/profile/base.nix @@ -71,6 +71,7 @@ in htop lshw pciutils + compsize # nix utilities nix-du @@ -80,6 +81,9 @@ in age pass sops + + # etc + neofetch ]; programs.neovim.defaultEditor = lib.mkDefault true;