diff --git a/configuration.nix b/configuration.nix index 40e32b1..7b2bbf2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -152,7 +152,6 @@ # $ nix search wget environment.systemPackages = with pkgs; [ #vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - git neofetch wget curl diff --git a/home.nix b/home.nix index 2027f63..318ea0b 100644 --- a/home.nix +++ b/home.nix @@ -19,6 +19,8 @@ home.packages = with pkgs; [ kitty eza + git + git-lfs obsidian jq skypeforlinux @@ -39,7 +41,10 @@ ''; }; - + programs.git = { + enable = true; + lfs.enable = true; + }; # This value determines the home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new home Manager release introduces backwards