You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But even better, it would be to have an home-manager module where to write some configurations, and then use this high-level configs to enable a series of other configs (like right now it is happening for toggles). https://nixos.org/manual/nixos/stable/index.html#sec-writing-modules
Using home-manager it should on every platform (including darwin), and the configurations could be added as an extra module in systems/.
The text was updated successfully, but these errors were encountered:
Instead of using a list of toggles, like:
https://github.com/alecandido/nixpkgs/blob/b4d147a5d43712a8295c718bff96980eaaaedfee/systems/nixos/default.nix#L64
it would be more natural to have attributes, like:
But even better, it would be to have an home-manager module where to write some configurations, and then use this high-level configs to enable a series of other configs (like right now it is happening for toggles).
https://nixos.org/manual/nixos/stable/index.html#sec-writing-modules
Using home-manager it should on every platform (including darwin), and the configurations could be added as an extra module in
systems/
.The text was updated successfully, but these errors were encountered: