This commit is contained in:
Fabián Montero 2022-03-17 04:04:16 -06:00
parent 7a64f3a191
commit da7bb56122

View file

@ -10,10 +10,10 @@
packages = import ./path.nix pkgs;
};
nix.registry."system".to = {
type = "path";
path = "/home/fabian/nix";
};
# nix.registry."system".to = {
# type = "path";
# path = "/home/fabian/nix";
# };
nixpkgs.config.allowUnfree = true;
programs.home-manager.enable = true;