This commit is contained in:
Miguel Palhas
2026-07-29 15:49:43 +01:00
parent a1c03448e9
commit 5ed3026903
4 changed files with 98 additions and 154 deletions
+2 -1
View File
@@ -81,5 +81,6 @@
"type": "http",
"url": "https://ha-mcp.n62.casa/mcp"
}
}
},
"agentPushNotifEnabled": true
}
+1 -1
View File
@@ -1,6 +1,6 @@
{ inputs, pkgs, ... }:
{
imports = [ inputs.nvchad4nix.homeManagerModule ];
imports = [ inputs.nvchad4nix.homeManagerModules.nvchad ];
home.sessionVariables = {
EDITOR = "nvim";
};