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