Forgot to add git as system package for rebuild with doas to work
This commit is contained in:
parent
f30609e1e4
commit
d060907cb9
2 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
./hosts/common.nix
|
||||
./hosts/mecca/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
syntheticnexus = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs;};
|
||||
|
|
|
|||
|
|
@ -52,6 +52,9 @@
|
|||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
enviroment.systemPackages = with pkgs; [
|
||||
git
|
||||
];
|
||||
# Zsh
|
||||
programs.zsh.enable = true;
|
||||
# Browser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue