adding core pkgs

This commit is contained in:
2023-10-12 17:37:25 +00:00
parent bcdda21deb
commit f809cb560f

View File

@@ -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
];
};
}