refactor: moved stuff around
This commit is contained in:
parent
8c237b9604
commit
7d5e25bdfe
11 changed files with 124 additions and 169 deletions
9
users/modules/programs/comma.nix
Normal file
9
users/modules/programs/comma.nix
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue