feat(comma): add comma

This commit is contained in:
2025-05-15 15:47:31 +02:00
parent 7c510e5dba
commit f2d2e6a3ff
4 changed files with 38 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
./eza.nix
./mopidy.nix
./nh.nix
./nix-index.nix
./shell
./ssh.nix
./tealdeer.nix

View File

@@ -0,0 +1,9 @@
{ inputs, ... }:
{
imports = [
inputs.nix-index-database.hmModules.nix-index
];
programs.nix-index.enable = true;
programs.nix-index-database.comma.enable = true;
}