mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Add git-lfs to installed packages
This commit is contained in:
parent
91bb73bb06
commit
c3c3deab02
@ -16,7 +16,7 @@ in
|
|||||||
home-manager.extraSpecialArgs = { inherit functions; };
|
home-manager.extraSpecialArgs = { inherit functions; };
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git git-lfs
|
||||||
curl
|
curl
|
||||||
wget
|
wget
|
||||||
neovim
|
neovim
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user