Enable comma in desktop

This commit is contained in:
Lillian Violet 2024-04-23 11:38:14 +02:00
parent 0c15e86846
commit 95d129f1a3

View file

@ -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