summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/linde.nix18
1 files changed, 16 insertions, 2 deletions
diff --git a/system/linde.nix b/system/linde.nix
index fca2473d..75abdc2d 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -986,9 +986,23 @@ in
         darwin = {
           enable = true;
           fetcher = "download";
-          url = "https://alanpearce.github.io/nix-darwin-options";
+          url = "https://alanpearce.github.io/nix-options/darwin";
+        };
+        home-manager = {
+          enable = true;
+          fetcher = "download";
+          url = "https://alanpearce.github.io/nix-options/home-manager";
+        };
+        nixpkgs = {
+          enable = true;
+          fetcher = "nixpkgs-channel";
+          channel = "nixos-unstable";
+        };
+        nixos = {
+          enable = true;
+          fetcher = "nixpkgs-channel";
+          channel = "nixos-unstable";
         };
-        home-manager.enable = true;
       };
     };
   };