From c619ec4f2dd7bc131720328b2d681645deeffc44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 26 Sep 2024 15:31:44 +0300 Subject: [PATCH] vno1-gdrx: +tilemaker --- hosts/vno1-gdrx/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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";