fix: programs.home-manager.enable is useless when use hm as a nixos module

This commit is contained in:
Ryan Yin
2025-05-29 11:33:38 +08:00
parent 8dee9864fc
commit 6090b28a98

View File

@@ -14,7 +14,4 @@
# changes in each release.
stateVersion = "24.11";
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}