From da2c40749715771f29762887d6cd2bf9de659b85 Mon Sep 17 00:00:00 2001 From: Christian Ott Date: Mon, 26 Aug 2024 08:06:27 +0200 Subject: [PATCH] move git config to homemanager and add git lfs --- configuration.nix | 1 - home.nix | 7 ++++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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