add aspects/cli/ home-manager modules

CLI tool configurations: btop, comma, direnv, helix, hm-cli, starship, tmux

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
William 2026-02-06 22:36:30 -03:00
parent f5c44965a8
commit a2f013c529
7 changed files with 144 additions and 0 deletions

8
aspects/cli/comma.nix Normal file
View file

@ -0,0 +1,8 @@
{ ... }:
{
flake.modules.homeManager.cli-comma = { config, lib, pkgs, inputs, ... }: {
imports = [ inputs.nix-index-database.homeModules.nix-index ];
programs.nix-index-database.comma.enable = true;
};
}