From b2eed35ef63c278ba523c291faf557fe353fa456 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 23 Oct 2023 21:46:46 +0200 Subject: [PATCH] pinwheel: Disable `nix-index` --- hosts/pinwheel/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/configuration.nix b/hosts/pinwheel/configuration.nix index a649b38..5f5ce57 100644 --- a/hosts/pinwheel/configuration.nix +++ b/hosts/pinwheel/configuration.nix @@ -76,7 +76,7 @@ }; mod = { - nix-index.enable = true; + nix-index.enable = false; greetd.enable = true; hyprland.enable = true; swaylock.enable = false;