diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix index a3e9379..d3580eb 100644 --- a/hosts/vno1-gdrx/configuration.nix +++ b/hosts/vno1-gdrx/configuration.nix @@ -174,7 +174,10 @@ in }; }; - environment.systemPackages = with pkgs; [ thunderbird ]; + environment.systemPackages = with pkgs; [ + thunderbird + tilemaker + ]; networking = { hostName = "vno1-gdrx";