move git config to homemanager and add git lfs

current_state
Christian Ott 2 years ago
parent c083ba1f28
commit da2c407497
  1. 1
      configuration.nix
  2. 7
      home.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

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.