aboutsummaryrefslogtreecommitdiff
path: root/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-11home-manager: add documentation to root `default.nix`Damien Cassou1-0/+6
This adds documentation related packages to default.nix to allow building documentation separately from building a Home Manager configuration.
2020-05-26Add path attribute to root `default.nix`Matthew Bauer1-0/+2
This makes it possible to refer to the path of Home Manager when you just have a Nix expression, not the actual source. Some things run import on a source and just give access to the result of the import, not the source. PR #1259
2020-02-02Apply `nixfmt` on many filesRobert Helgesson1-7/+4
2019-04-06home-manager: use `callPackage` where appropriatearcnmx1-4/+3
2019-02-23tests: remove tests attribute from root default.nixRobert Helgesson1-4/+0
Having it there prevented, e.g., `nix-env -qaP` from working in some cases. Fixes #509
2018-12-11tests: add initial test frameworkRobert Helgesson1-0/+4
2018-02-07allow Home Manager to be used as a NixOS moduleRobert Helgesson1-0/+2
This is a NixOS module that is intended to be imported into a NixOS system configuration. It allows the system users to be set up directly from the system configuration. The actual profile switch is performed by a oneshot systemd unit per configured user that acts much like the regular `home-manager switch` command. With this implementation, the NixOS module does not work properly with the `nixos-rebuild build-vm` command. This can be solved by using the `users.users.<name?>.packages` option to install packages but this does not work flawlessly with certain Nixpkgs packages. In particular, for programs using the Qt libraries.
2017-11-29home-manager: use `shellHook` to installRobert Helgesson1-5/+3
This changes the installation command from nix-shell $HM_PATH -A install --run 'home-manager switch' to nix-shell $HM_PATH -A install The added shell hook will print some useful information and run `home-manager switch`.
2017-11-20home-manager: avoid unnecessary copyRobert Helgesson1-1/+1
2017-10-24home-manager: point <home-manager> to project rootRobert Helgesson1-2/+14
Before this path would point to the modules path. Using the project root instead makes it possible to set `<home-manager>` to point to a downloadable archive of Home Manager. This should make it significantly easier to install and keep Home Manager up to date. To match this change we also deprecate the Home Manager option programs.home-manager.modulesPath and instead ask users to use programs.home-manager.path
2017-01-14Initial importRobert Helgesson1-0/+2