From 95d129f1a393f7efaaf99bd9ac9b2db5c73e0008 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 23 Apr 2024 11:38:14 +0200 Subject: [PATCH] Enable comma in desktop --- nixos/desktop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/desktop/default.nix b/nixos/desktop/default.nix index b8decf9..a62a6f1 100644 --- a/nixos/desktop/default.nix +++ b/nixos/desktop/default.nix @@ -29,6 +29,7 @@ # Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently programs.command-not-found.enable = false; programs.nix-index.enable = true; + programs.nix-index-database.comma.enable = true; environment.systemPackages = with pkgs; [ # Custom tools