tweak(nix): add nix-du to system packages
This commit is contained in:
parent
6968b49920
commit
5c49ca4687
1 changed files with 7 additions and 1 deletions
|
@ -48,7 +48,13 @@ with lib;
|
|||
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [ nix-index nixos-option nixfmt nixpkgs-fmt ];
|
||||
systemPackages = with pkgs; [
|
||||
nix-index
|
||||
nixos-option
|
||||
nixfmt
|
||||
nixpkgs-fmt
|
||||
nix-du
|
||||
];
|
||||
|
||||
shellAliases =
|
||||
let ifSudo = mkIf config.security.sudo.enable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue