add git and bento to git container
This commit is contained in:
parent
b08bdf8499
commit
df8c5a9dbe
1 changed files with 10 additions and 0 deletions
|
|
@ -60,6 +60,16 @@ in
|
||||||
../utils/bento.nix
|
../utils/bento.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(import ./utils/overlays/packages.nix)
|
||||||
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
bento
|
||||||
|
git
|
||||||
|
vim # my preferred editor
|
||||||
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "git";
|
hostName = "git";
|
||||||
nameservers = [ "10.42.97.10" ];
|
nameservers = [ "10.42.97.10" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue