CLI tool configurations: btop, comma, direnv, helix, hm-cli, starship, tmux Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
217 B
Nix
8 lines
217 B
Nix
{ ... }:
|
|
{
|
|
flake.modules.homeManager.cli-comma = { config, lib, pkgs, inputs, ... }: {
|
|
imports = [ inputs.nix-index-database.homeModules.nix-index ];
|
|
|
|
programs.nix-index-database.comma.enable = true;
|
|
};
|
|
}
|