all repos — nixfiles @ 061f93f8d52abefcf54aee61937f5fd6ee3c0733

System and user configuration, managed by nix and home-manager

linde: update searchix settings
Alan Pearce alan@alanpearce.eu
Wed, 29 May 2024 20:39:59 +0200
commit

061f93f8d52abefcf54aee61937f5fd6ee3c0733

parent

612c1f253ad2147eac4cdf8e87a60f603fa09132

1 files changed, 16 insertions(+), 2 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -986,9 +986,23 @@ importer.sources = {         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";
         };
-        home-manager.enable = true;
+        nixpkgs = {
+          enable = true;
+          fetcher = "nixpkgs-channel";
+          channel = "nixos-unstable";
+        };
+        nixos = {
+          enable = true;
+          fetcher = "nixpkgs-channel";
+          channel = "nixos-unstable";
+        };
       };
     };
   };