home-manager: use abbreviation for module

This commit is contained in:
wo2w 2026-02-14 17:05:21 -05:00
parent ad82940851
commit e24797c4c1
17 changed files with 21 additions and 18 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
home-manager.users.wo2w.programs.yazi = {
hm.programs.yazi = {
enable = true;
enableBashIntegration = true;
};