hotfix
This commit is contained in:
parent
7a64f3a191
commit
da7bb56122
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue