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