fix(darwin): unblock home-manager activation

This commit is contained in:
Ryan Yin
2026-07-10 12:28:47 +08:00
parent 6c84c9e85b
commit 9315055bac
3 changed files with 4 additions and 4 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ myvars, ... }:
{ myvars, pkgs, ... }:
{
# Home Manager needs a bit of information about you and the
# paths it should manage.
@@ -15,4 +15,6 @@
# changes in each release.
stateVersion = "24.11";
};
nix.package = pkgs.nix;
}