hotfix
This commit is contained in:
parent
8bb64df944
commit
7a64f3a191
2 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,11 @@
|
|||
packages = import ./path.nix pkgs;
|
||||
};
|
||||
|
||||
nix.registry."system".to = {
|
||||
type = "path";
|
||||
path = "/home/fabian/nix";
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
programs.home-manager.enable = true;
|
||||
programs.neovim.enable = true;
|
||||
|
|
|
|||
Reference in a new issue