Skip to content

Commit

Permalink
Fix typos (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 22, 2024
1 parent ad6e804 commit 7992c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@
})
nixos-modules.nixosModule
];
nmae = "NixOS Modules";
name = "NixOS Modules";
urlPrefix = "https://github.com/NuschtOS/nixos-modules/tree/main/";
}
# nixvim
{
optionsJSON = nixvim.packages.${system}.options-json + /share/doc/nixos/options.json;
optionsPrefix = "programs.nixvim";
title = "NixVim";
name = "NixVim";
urlPrefix = "https://github.com/nix-community/nixvim/tree/main/";
}
];
Expand Down

0 comments on commit 7992c80

Please sign in to comment.