From 852839b2c83df483a50099a2f90428f9ab153f37 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 4 Dec 2024 16:38:18 +0100 Subject: [PATCH] add comma to wheatley --- nixos/hosts/wheatley/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 4842287..44ba6ef 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -32,6 +32,10 @@ sdImage.compressImage = false; + programs.command-not-found.enable = lib.mkForce false; + programs.nix-index.enable = true; + programs.nix-index-database.comma.enable = true; + home-manager = { extraSpecialArgs = {inherit inputs outputs;}; users = {