diff --git a/home.nix b/home.nix index cbc8822..0b825ab 100644 --- a/home.nix +++ b/home.nix @@ -17,10 +17,13 @@ # The home.packages option allows you to install Nix packages into your # environment. - home.packages = [ + home.packages = with pkgs; [ # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. # pkgs.hello + uv + git + eza # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the