Skip to content

Commit

Permalink
rename title to name (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding authored Oct 22, 2024
1 parent c0d48dd commit ad6e804
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@
# home-manager
{
optionsJSON = home-manager.packages.${system}.docs-html.passthru.home-manager-options.nixos + /share/doc/nixos/options.json;
title = "Home Manager NixOS";
name = "Home Manager NixOS";
urlPrefix = "https://github.com/nix-community/home-manager/tree/master/";
}
{
optionsJSON = home-manager.packages.${system}.docs-json + /share/doc/home-manager/options.json;
optionsPrefix = "home-manager.users.<name>";
title = "Home Manager";
name = "Home Manager";
urlPrefix = "https://github.com/nix-community/home-manager/tree/master/";
}
# nixos-apple-silicon
{
modules = [ nixos-apple-silicon.nixosModules.default ];
title = "NixOS Apple Silicon";
name = "NixOS Apple Silicon";
urlPrefix = "https://github.com/tpwrules/nixos-apple-silicon/blob/main/";
}
# nixos-modules
Expand All @@ -84,7 +84,7 @@
})
nixos-modules.nixosModule
];
title = "NixOS Modules";
nmae = "NixOS Modules";
urlPrefix = "https://github.com/NuschtOS/nixos-modules/tree/main/";
}
# nixvim
Expand Down

0 comments on commit ad6e804

Please sign in to comment.