From d2810e4708e1910cd2b88ecdcdf1c8bfbd90b65d Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Sun, 28 Jul 2024 16:12:48 +0300 Subject: [PATCH] lazygit and hack-font added --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 95f4eb8..c626dc2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -128,6 +128,7 @@ alacritty vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. git + lazygit tmux ripgrep dig @@ -150,6 +151,7 @@ fonts.packages = with pkgs; [ iosevka ubuntu_font_family + hack-font ];