Update nixpkgs and home-manager

And fix weird nixpkgs config behaviour
This commit is contained in:
2022-05-07 15:12:29 +01:00
parent 39f8e65f74
commit 1a61c9e1b2
5 changed files with 17 additions and 13 deletions

View File

@@ -232,7 +232,7 @@ in
home = {
packages = with pkgs; [
pkgs'.unstable.nixVersions.stable
pkgs'.mine.nix
];
};
})