wiki.nixos.org/wiki/Develop...
wiki.nixos.org/wiki/Develop...
nixos.org/manual/nixpk...
nixos.org/manual/nixpk...
In my hosts’ `configuration.nix`, I specify the module I want to use for my user. For zhloe, that’s github.com/reckenrode/n....
In my hosts’ `configuration.nix`, I specify the module I want to use for my user. For zhloe, that’s github.com/reckenrode/n....
I use `_module.args` to pass my flake’s `inputs`, so that I can use it later in the configuration. This allows me to configure Home Manager for that config how I want.
I use `_module.args` to pass my flake’s `inputs`, so that I can use it later in the configuration. This allows me to configure Home Manager for that config how I want.
* `hosts` is where I keep the configuration for my various hosts.
* `home-manager` is where I keep the configuration for Home Manager.
These are just conventions. I explicitly import the host configurations and HM configurations where I use them.
* `hosts` is where I keep the configuration for my various hosts.
* `home-manager` is where I keep the configuration for Home Manager.
These are just conventions. I explicitly import the host configurations and HM configurations where I use them.