mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 22:51:49 +00:00
adding core pkgs
This commit is contained in:
@@ -63,7 +63,16 @@ config = {
|
||||
nix.extraOptions = ''
|
||||
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