lazygit and hack-font added

This commit is contained in:
2024-07-28 16:12:48 +03:00
parent ccb1899da3
commit d2810e4708

View File

@@ -128,6 +128,7 @@
alacritty alacritty
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
git git
lazygit
tmux tmux
ripgrep ripgrep
dig dig
@@ -150,6 +151,7 @@
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
iosevka iosevka
ubuntu_font_family ubuntu_font_family
hack-font
]; ];