Misc updates (lockfile, zigbee2mqtt)

This commit is contained in:
alejandro-angulo 2025-10-22 17:44:51 -07:00
parent b77e23bdf3
commit b385cf3bee
12 changed files with 175 additions and 62 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ lib, ... }:
{
aa = {
apps = {
@ -22,6 +22,6 @@
# misc utils without custom config
programs = {
fzf.enable = true;
fzf.enable = lib.mkForce false;
};
}