I am dumb, just needed git as system package..

This commit is contained in:
Emmet 2023-05-07 19:42:10 -05:00
parent 471c85d269
commit 15ce46fae1
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
}; };
outputs = { nixpkgs, home-manager, ... }: outputs = { self, nixpkgs, home-manager, ... }:
let let
system = "x86_64-linux"; system = "x86_64-linux";

View file

@ -131,6 +131,7 @@
wget wget
zsh zsh
auto-cpufreq auto-cpufreq
git
(pkgs.writeScriptBin "sudo" ''exec doas "$@"'') (pkgs.writeScriptBin "sudo" ''exec doas "$@"'')
]; ];