enable comma at the shared flake level

This commit is contained in:
Lillian Violet 2025-05-04 12:28:01 +02:00
parent 69f43fb943
commit 039310ddd6
2 changed files with 3 additions and 2 deletions

View file

@ -129,6 +129,7 @@
catppuccin.nixosModules.catppuccin
stylix.nixosModules.stylix
nix-index-database.nixosModules.nix-index
{programs.nix-index-database.comma.enable = true;}
{
home-manager.sharedModules = [
catppuccin.homeModules.catppuccin

View file

@ -106,8 +106,8 @@
programs = {
# Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently
command-not-found.enable = lib.mkForce false;
nix-index.enable = true;
nix-index-database.comma.enable = true;
# nix-index.enable = true;
# nix-index-database.comma.enable = true;
direnv = {
enable = true;