summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 20:39:59 +0200
committerAlan Pearce2024-05-29 20:39:59 +0200
commit061f93f8d52abefcf54aee61937f5fd6ee3c0733 (patch)
treef2ddde967996550143748b1a49a19a0bba82f110 /system
parent612c1f253ad2147eac4cdf8e87a60f603fa09132 (diff)
downloadnixfiles-061f93f8d52abefcf54aee61937f5fd6ee3c0733.tar.lz
nixfiles-061f93f8d52abefcf54aee61937f5fd6ee3c0733.tar.zst
nixfiles-061f93f8d52abefcf54aee61937f5fd6ee3c0733.zip
linde: update searchix settings
Diffstat (limited to 'system')
-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;
       };
     };
   };