chore: remove superfluous definition of nixosConfig for HM

This commit is contained in:
oddlama 2023-09-08 11:54:04 +02:00
parent 2c03959277
commit 601efa9475
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -8,9 +8,6 @@
home.stateVersion = config.system.stateVersion; home.stateVersion = config.system.stateVersion;
} }
]; ];
extraSpecialArgs = {
nixosConfig = config;
};
}; };
# Required even when using home-manager's zsh module since the /etc/profile load order # Required even when using home-manager's zsh module since the /etc/profile load order