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; packages = import ./path.nix pkgs;
}; };
nix.registry."system".to = { # nix.registry."system".to = {
type = "path"; # type = "path";
path = "/home/fabian/nix"; # path = "/home/fabian/nix";
}; # };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
programs.home-manager.enable = true; programs.home-manager.enable = true;