mirror of
https://github.com/sstent/vmimages.git
synced 2026-04-05 20:43:38 +00:00
adding core pkgs
This commit is contained in:
@@ -63,7 +63,16 @@ config = {
|
|||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
nix.nixPath = [ "nixpkgs=pkgs.outPath" ];
|
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
|
# nix.nixPath = [ "nixpkgs=pkgs.outPath" ];
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.git
|
||||||
|
pkgs.home-manager
|
||||||
|
pkgs.sops
|
||||||
|
pkgs.ssh-to-age
|
||||||
|
pkgs.age
|
||||||
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user