nix-darwin: make several changes to home and system configuration specific to darwin platform

This commit is contained in:
2026-07-21 14:30:17 -04:00
parent 2ac6ab0dd5
commit 87fc9e3c01
4 changed files with 63 additions and 9 deletions
+4 -1
View File
@@ -81,7 +81,10 @@
darwinConfigurations = {
franks-macbook-pro = nix-darwin.lib.darwinSystem {
specialArgs = { inherit inputs; };
specialArgs = {
inherit inputs;
inherit self;
};
modules = [
home-manager.darwinModules.home-manager