dots/modules/home-manager/default.nix
wi11-holdsworth f2b6808c93 refactor: move graphical applications to a separate bundle
this facilitates lean clients, e.g. a laptop with only a virutal console
2026-01-06 13:29:42 +11:00

21 lines
242 B
Nix

{
util,
...
}:
{
imports = util.toImports ./features [
# keep-sorted start
"agenix"
"bat"
"delta"
"eza"
"fish"
"gh"
"git"
"lazygit"
"starship"
"yazi"
"zoxide"
# keep-sorted end
];
}