fix(home): move nix.package fallback to darwin module

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