doc: update nix-darwin owner (#1301)

Link: https://github.com/nix-community/stylix/pull/1301

Reviewed-by: Daniel Thwaites <danth@danth.me>
This commit is contained in:
awwpotato 2025-05-17 21:24:09 -07:00 committed by GitHub
parent 5f6f08daad
commit 5462829461
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
Stylix is a theming framework for [NixOS](https://nixos.org), [Home
Manager](https://nix-community.github.io/home-manager#ch-introduction),
[nix-darwin](https://github.com/LnL7/nix-darwin#readme), and
[nix-darwin](https://github.com/nix-darwin/nix-darwin#readme), and
[Nix-on-Droid](https://github.com/nix-community/nix-on-droid) that applies
color schemes, wallpapers, and fonts to a wide range of applications.

View file

@ -62,7 +62,7 @@ to NixOS via [Flakes][nix-flakes].
{
inputs = {
darwin = {
url = "github:LnL7/nix-darwin";
url = "github:nix-darwin/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";