aboutsummaryrefslogtreecommitdiff
path: root/modules/targets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* generic-linux: prepare code for new optionsDamien Cassou2020-09-111-5/+7
| | | | | This moves the enable option into an explicit attribute set to allow future addition of new options.
* targets.darwin: disable application directoryRobert Helgesson2020-09-041-1/+3
| | | | | | | This disables the generation of the application directory until conflicting behavior with nix-darwin is resolved. See https://github.com/rycee/home-manager/issues/1341#issuecomment-687286866
* targets.darwin: add moduleNicolas Berbiche2020-09-041-0/+14
| | | | | Currently, this module makes sure that `/Applications` directories for packages in `home.packages` get linked into the user's environment.
* generic-linux: respect NIX_STATE_DIRRobert Helgesson2020-06-141-1/+2
|
* targets.genericLinux: add moduleTobias Happ2020-04-081-0/+39
PR #797