ncdu
This commit is contained in:
parent
08630bb304
commit
c94aa78113
|
@ -35,6 +35,7 @@
|
|||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [ git ];
|
||||
};
|
||||
# Used for samba
|
||||
matson = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ ];
|
||||
|
@ -45,6 +46,7 @@
|
|||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
magic-wormhole
|
||||
ncdu
|
||||
nfs-utils
|
||||
vim
|
||||
wireguard-tools
|
||||
|
|
Loading…
Reference in New Issue