aboutsummaryrefslogtreecommitdiff
path: root/nix-darwin (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-04nix-darwin: add missing optionsNicolas Berbiche1-5/+29
Add useGlobalPkgs, verbose and backupFileExtension support
2020-07-14home-environment: use per-user profile path in /etcRobert Helgesson1-0/+2
Before the profile directory value would point directly to the build output in the Nix store. Unfortunately this would cause an infinite loop if the user's configuration directly or indirectly refers to the profile directory value. Fixes #1188
2020-07-14nixos, nix-darwin: fix user packages installRobert Helgesson1-1/+1
It is insufficient to install the packages in `home.packages`, it has to be `home.path`, which includes configured extra package outputs or profile commands.
2020-01-21Switch to extended Nixpkg's `lib`Robert Helgesson1-9/+19
This change makes use of the `extend` function inside `lib` to inject a new `hm` field containing the Home Manager library functions. This simplifies use of the Home Manager library in the modules and reduces the risk of accidental infinite recursion. PR #994
2019-09-01doc: surround `name?` with fancier charactersRobert Helgesson1-1/+1
2019-08-18nix-darwin: pass on warnings to the system configurationRobert Helgesson1-0/+7
2019-05-19nix-darwin: actually install packagesRoman Volosatovs1-0/+16
Also apply assertions when using the nix-darwin module. Closes #702
2019-03-10nix-darwin: login as the user when activatingWael M. Nasreddine1-1/+1
2019-03-10nix-darwin: support package install through user packagesWael M. Nasreddine1-5/+14
2019-03-10nix-darwin: activate home-manager through postActivationWael M. Nasreddine1-2/+2
2019-02-10Clean up support code for Home Manager as a submoduleRobert Helgesson1-4/+2
This removes the `nixosSubmodule` option in favor of a new option `submoduleSupport.enable`. This name better indicates that the submodule mode applies to both NixOS and nix-darwin.
2018-11-20nix-darwin: add system module for nix-darwinWill Fancher1-0/+41