Enable comma in desktop
This commit is contained in:
parent
0c15e86846
commit
95d129f1a3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue