diff --git a/hosts/common/nix.nix b/hosts/common/nix.nix index d333de1..6080333 100644 --- a/hosts/common/nix.nix +++ b/hosts/common/nix.nix @@ -43,6 +43,11 @@ type = "path"; path = "/home/h7x4/git/nixpkgs-tools"; }; + shells.to = { + type = "git"; + url = "https://git.pvv.ntnu.no/oysteikt/shells.git"; + ref = "main"; + }; }; }; }