Add nix-du and tools

This commit is contained in:
Greg Hellings
2023-09-08 04:28:15 +00:00
parent a74f68c59c
commit ca6fa66074
+5 -1
View File
@@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
imports = [
@@ -16,4 +16,8 @@
greg.tailscale.enable = true;
networking.hostName = "linode";
networking.domain = "thehellings.com";
environment.systemPackages = with pkgs; [
graphviz
nix-du
];
}