diff --git a/home.nix b/home.nix index a75e3dd..4aea6fc 100644 --- a/home.nix +++ b/home.nix @@ -20,6 +20,8 @@ # The home.packages option allows you to install Nix packages into your # environment. home.packages = [ + pkgs.nerdfonts + pkgs.lazygit # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. # pkgs.hello