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