tweak(nix): add nix-du to system packages

This commit is contained in:
Infinidoge 2022-06-23 01:17:16 -04:00
parent 6968b49920
commit 5c49ca4687

View file

@ -48,7 +48,13 @@ with lib;
environment = { environment = {
systemPackages = with pkgs; [ nix-index nixos-option nixfmt nixpkgs-fmt ]; systemPackages = with pkgs; [
nix-index
nixos-option
nixfmt
nixpkgs-fmt
nix-du
];
shellAliases = shellAliases =
let ifSudo = mkIf config.security.sudo.enable; let ifSudo = mkIf config.security.sudo.enable;