diff --git a/modules/nix-settings.nix b/modules/nix-settings.nix index 3c1d774..f297ed5 100644 --- a/modules/nix-settings.nix +++ b/modules/nix-settings.nix @@ -44,15 +44,15 @@ # Commented out because it doesnt match if i switch a system # to another nixpkgs with a different flake input name - # nixpkgs.flake = inputs.nixpkgs; + nixpkgs.flake = inputs.nixpkgs; - nixpkgs = { - from = { type = "indirect"; id = "nixpkgs"; }; - to = { - path = pkgs.path; - type = "path"; - }; - }; + # nixpkgs = { + # from = { type = "indirect"; id = "nixpkgs"; }; + # to = { + # path = pkgs.path; + # type = "path"; + # }; + # }; osbm-nvim.flake = inputs.osbm-nvim; my-nixpkgs.to = {