1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

treewide: lnl7 -> nix-darwin

Renamed recently.
This commit is contained in:
Austin Horstman 2025-05-16 15:36:58 -05:00
parent 74d31e1165
commit 5d13260881
7 changed files with 7 additions and 7 deletions

View file

@ -124,5 +124,5 @@ This project is licensed under the terms of the [MIT license](LICENSE).
[manual nixos install]: https://nix-community.github.io/home-manager/#sec-install-nixos-module [manual nixos install]: https://nix-community.github.io/home-manager/#sec-install-nixos-module
[manual standalone install]: https://nix-community.github.io/home-manager/#sec-install-standalone [manual standalone install]: https://nix-community.github.io/home-manager/#sec-install-standalone
[manual]: https://nix-community.github.io/home-manager/ [manual]: https://nix-community.github.io/home-manager/
[nix-darwin]: https://github.com/LnL7/nix-darwin [nix-darwin]: https://github.com/nix-darwin/nix-darwin
[rollbacks]: https://nix-community.github.io/home-manager/index.xhtml#sec-usage-rollbacks [rollbacks]: https://nix-community.github.io/home-manager/index.xhtml#sec-usage-rollbacks

View file

@ -15,7 +15,7 @@ Home Manager can be used in three primary ways:
description of this setup. description of this setup.
3. As a module within a 3. As a module within a
[nix-darwin](https://github.com/LnL7/nix-darwin/) system [nix-darwin](https://github.com/nix-darwin/nix-darwin/) system
configuration. This allows the user profiles to be built together configuration. This allows the user profiles to be built together
with the system when running `darwin-rebuild`. See [nix-darwin with the system when running `darwin-rebuild`. See [nix-darwin
module](#sec-install-nix-darwin-module) for a description of this module](#sec-install-nix-darwin-module) for a description of this

View file

@ -2,7 +2,7 @@
Home Manager provides a module that allows you to prepare user Home Manager provides a module that allows you to prepare user
environments directly from the environments directly from the
[nix-darwin](https://github.com/LnL7/nix-darwin/) configuration file, [nix-darwin](https://github.com/nix-darwin/nix-darwin/) configuration file,
which often is more convenient than using the `home-manager` tool. which often is more convenient than using the `home-manager` tool.
To make the NixOS module available for use you must `import` it into To make the NixOS module available for use you must `import` it into

View file

@ -9,7 +9,7 @@ to that of NixOS. The `flake.nix` would be:
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
darwin.url = "github:lnl7/nix-darwin"; darwin.url = "github:nix-darwin/nix-darwin";
darwin.inputs.nixpkgs.follows = "nixpkgs"; darwin.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager"; home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";

View file

@ -1,7 +1,7 @@
# launchd option type from nix-darwin # launchd option type from nix-darwin
# #
# Original Source: # Original Source:
# https://github.com/LnL7/nix-darwin/blob/14a12e9/modules/launchd/launchd.nix # https://github.com/nix-darwin/nix-darwin/blob/14a12e9/modules/launchd/launchd.nix
# Copyright 2017 Daiderd Jordan # Copyright 2017 Daiderd Jordan
# #

View file

@ -1,6 +1,6 @@
# launchd option type from nix-darwin # launchd option type from nix-darwin
# #
# Original code from https://github.com/LnL7/nix-darwin/commit/861af0fc94df9454f4e92d6892f75588763164bb # Original code from https://github.com/nix-darwin/nix-darwin/commit/861af0fc94df9454f4e92d6892f75588763164bb
{ lib, ... }: { lib, ... }:

View file

@ -3,7 +3,7 @@
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
darwin.url = "github:lnl7/nix-darwin"; darwin.url = "github:nix-darwin/nix-darwin";
darwin.inputs.nixpkgs.follows = "nixpkgs"; darwin.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager"; home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";