Added comma.nix

This commit is contained in:
Random936
2025-05-02 12:15:56 -07:00
parent e6b920dee2
commit 741e2ab222
3 changed files with 32 additions and 1 deletions

4
home/modules/comma.nix Normal file
View File

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