From 88208be8789f0791789bd6eeba6bc05442b5f967 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 18 Nov 2021 02:45:05 +0000 Subject: [PATCH] Add Goland to dingbox config --- user/host-specific/dingbox/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/host-specific/dingbox/default.nix b/user/host-specific/dingbox/default.nix index 3087ff9..f9f8336 100644 --- a/user/host-specific/dingbox/default.nix +++ b/user/host-specific/dingbox/default.nix @@ -7,5 +7,9 @@ }; }; + home.packages = with pkgs; [ + jetbrains.goland + ]; + programs.alacritty.settings.font.size = 13; }