treewide: standardize URL format by removing trailing slashes (#1566)
Link: https://github.com/nix-community/stylix/pull/1566 Reviewed-by: awwpotato <awwpotato@voidq.com> Reviewed-by: Daniel Thwaites <danth@danth.me>
This commit is contained in:
parent
50ed5ddd10
commit
bba3152bd2
40 changed files with 46 additions and 46 deletions
|
|
@ -16,7 +16,7 @@ philosophy.
|
|||
|
||||
## Resources
|
||||
|
||||
- [Documentation](https://nix-community.github.io/stylix/)
|
||||
- [Documentation](https://nix-community.github.io/stylix)
|
||||
- [GitHub Discussions](https://github.com/nix-community/stylix/discussions)
|
||||
- [Matrix room](https://matrix.to/#/#stylix:danth.me)
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ This attrset is generated by `mkSchemeAttrs` from `base16.nix`. Refer to the
|
|||
for more info.
|
||||
|
||||
For more complex configurations you may find it simpler to use
|
||||
[mustache](http://mustache.github.io/) templates to generate output files.
|
||||
[mustache](http://mustache.github.io) templates to generate output files.
|
||||
See [base16.nix](https://github.com/SenchoPens/base16.nix) documentation for
|
||||
usage examples.
|
||||
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ You can use the values directly:
|
|||
}
|
||||
```
|
||||
|
||||
Or you can create a [Mustache](http://mustache.github.io/) template and use
|
||||
Or you can create a [Mustache](http://mustache.github.io) template and use
|
||||
it as a function. This returns a derivation which builds the template.
|
||||
|
||||
```nix
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
maintainers = [ lib.maintainers.make-42 ];
|
||||
name = "Blender";
|
||||
homepage = "https://www.blender.org/";
|
||||
homepage = "https://www.blender.org";
|
||||
description = ''
|
||||
> [!IMPORTANT]
|
||||
>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "Chromium";
|
||||
homepage = "https://www.chromium.org/";
|
||||
homepage = "https://www.chromium.org";
|
||||
maintainers = [ lib.maintainers.danth ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
name = "Discord";
|
||||
homepage = {
|
||||
Discord = "https://discordapp.com/";
|
||||
Discord = "https://discordapp.com";
|
||||
Nixcord = "https://github.com/KaylorBen/nixcord";
|
||||
Vencord = "https://github.com/Vendicated/Vencord";
|
||||
Vesktop = "https://github.com/Vencord/Vesktop";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "Dunst";
|
||||
homepage = "https://dunst-project.org/";
|
||||
homepage = "https://dunst-project.org";
|
||||
maintainers = [ lib.maintainers.naho ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "Emacs";
|
||||
homepage = "https://www.gnu.org/software/emacs/";
|
||||
homepage = "https://www.gnu.org/software/emacs";
|
||||
maintainers = [ lib.maintainers.panchoh ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "feh";
|
||||
homepage = "https://feh.finalrewind.org/";
|
||||
homepage = "https://feh.finalrewind.org";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ mkTarget {
|
|||
default = [ ];
|
||||
};
|
||||
|
||||
colorTheme.enable = lib.mkEnableOption "[Firefox Color](https://color.firefox.com/) on ${humanName}";
|
||||
colorTheme.enable = lib.mkEnableOption "[Firefox Color](https://color.firefox.com) on ${humanName}";
|
||||
|
||||
firefoxGnomeTheme.enable = lib.mkEnableOption "[Firefox GNOME theme](https://github.com/rafaelmardojai/firefox-gnome-theme) on ${humanName}";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
{
|
||||
name = "Firefox and its derivatives";
|
||||
homepage = {
|
||||
Firefox = "http://www.mozilla.com/en-US/firefox/";
|
||||
Floorp = "https://floorp.app/";
|
||||
LibreWolf = "https://librewolf.net/";
|
||||
Firefox = "http://www.mozilla.com/en-US/firefox";
|
||||
Floorp = "https://floorp.app";
|
||||
LibreWolf = "https://librewolf.net";
|
||||
};
|
||||
maintainers = with lib.maintainers; [
|
||||
Flameopathic
|
||||
|
|
@ -12,8 +12,8 @@
|
|||
naho
|
||||
];
|
||||
description = ''
|
||||
This module supports [Firefox](https://www.mozilla.org/firefox/), in addition
|
||||
to [Floorp](https://floorp.app/) and [LibreWolf](https://librewolf.net/),
|
||||
This module supports [Firefox](https://www.mozilla.org/firefox), in addition
|
||||
to [Floorp](https://floorp.app) and [LibreWolf](https://librewolf.net),
|
||||
which are Firefox derivatives.
|
||||
|
||||
The same implementation is shared between all of these browsers, but they don't
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "fish";
|
||||
homepage = "https://fishshell.com/";
|
||||
homepage = "https://fishshell.com";
|
||||
maintainers = [ lib.maintainers.naho ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "foot";
|
||||
homepage = "https://codeberg.org/dnkl/foot/";
|
||||
homepage = "https://codeberg.org/dnkl/foot";
|
||||
maintainers = [ lib.maintainers.MrSom3body ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "Forge";
|
||||
homepage = "https://arrayfire.com/";
|
||||
homepage = "https://arrayfire.com";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "Ghostty";
|
||||
homepage = "https://ghostty.org/";
|
||||
homepage = "https://ghostty.org";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "GNOME";
|
||||
homepage = "https://www.gnome.org/";
|
||||
homepage = "https://www.gnome.org";
|
||||
maintainers = [ lib.maintainers.danth ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "GRUB";
|
||||
homepage = "https://www.gnu.org/software/grub/";
|
||||
homepage = "https://www.gnu.org/software/grub";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "GTK";
|
||||
homepage = "https://www.gtk.org/";
|
||||
homepage = "https://www.gtk.org";
|
||||
maintainers = [ lib.maintainers.danth ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "Helix";
|
||||
homepage = "https://helix-editor.com/";
|
||||
homepage = "https://helix-editor.com";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "i3";
|
||||
homepage = "https://i3wm.org/";
|
||||
homepage = "https://i3wm.org";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "KDE";
|
||||
homepage = "https://kde.org/";
|
||||
homepage = "https://kde.org";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "Kmscon";
|
||||
homepage = "https://www.freedesktop.org/wiki/Software/kmscon/";
|
||||
homepage = "https://www.freedesktop.org/wiki/Software/kmscon";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "mako";
|
||||
homepage = "https://wayland.emersion.fr/mako/";
|
||||
homepage = "https://wayland.emersion.fr/mako";
|
||||
maintainers = [ lib.maintainers.mateusauler ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "micro";
|
||||
homepage = "https://micro-editor.github.io/";
|
||||
homepage = "https://micro-editor.github.io";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "mpv";
|
||||
homepage = "https://mpv.io/";
|
||||
homepage = "https://mpv.io";
|
||||
maintainers = with lib.maintainers; [
|
||||
awwpotato
|
||||
naho
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
{
|
||||
name = "Neovim, Neovide, NixVim, nvf, and Vim";
|
||||
homepage = {
|
||||
Neovim = "https://www.neovim.io/";
|
||||
Neovide = "https://neovide.dev/";
|
||||
Neovim = "https://www.neovim.io";
|
||||
Neovide = "https://neovide.dev";
|
||||
NixVim = "https://github.com/nix-community/nixvim";
|
||||
nvf = "https://github.com/NotAShelf/nvf";
|
||||
Vim = "http://www.vim.org/";
|
||||
Vim = "http://www.vim.org";
|
||||
};
|
||||
maintainers = with lib.maintainers; [
|
||||
butzist
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "Nushell";
|
||||
homepage = "https://www.nushell.sh/";
|
||||
homepage = "https://www.nushell.sh";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "Plymouth";
|
||||
homepage = "https://www.freedesktop.org/wiki/Software/Plymouth/";
|
||||
homepage = "https://www.freedesktop.org/wiki/Software/Plymouth";
|
||||
maintainers = with lib.maintainers; [
|
||||
_0x5a4
|
||||
danth
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Starship configuration documentation: https://starship.rs/config/
|
||||
# Starship configuration documentation: https://starship.rs/config
|
||||
{ mkTarget, ... }:
|
||||
mkTarget {
|
||||
name = "starship";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "starship";
|
||||
homepage = "https://starship.rs/";
|
||||
homepage = "https://starship.rs";
|
||||
maintainers = [ lib.maintainers.cluther ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "Sway";
|
||||
homepage = "https://swaywm.org/";
|
||||
homepage = "https://swaywm.org";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "tmux";
|
||||
homepage = "https://tmux.github.io/";
|
||||
homepage = "https://tmux.github.io";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "VSCode";
|
||||
homepage = "https://code.visualstudio.com/";
|
||||
homepage = "https://code.visualstudio.com";
|
||||
maintainers = with lib.maintainers; [
|
||||
Flameopathic
|
||||
danth
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "Wayfire";
|
||||
homepage = "https://wayfire.org/";
|
||||
homepage = "https://wayfire.org";
|
||||
maintainers = [ lib.maintainers._0x5a4 ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "Xfce";
|
||||
homepage = "https://www.xfce.org/";
|
||||
homepage = "https://www.xfce.org";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "Xresources file";
|
||||
homepage = "https://www.x.org/wiki/";
|
||||
homepage = "https://www.x.org/wiki";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "zathura";
|
||||
homepage = "https://pwmt.org/projects/zathura/";
|
||||
homepage = "https://pwmt.org/projects/zathura";
|
||||
maintainers = with lib.maintainers; [
|
||||
mateusauler
|
||||
naho
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
name = "Zed";
|
||||
homepage = "https://zed.dev/";
|
||||
homepage = "https://zed.dev";
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "Zellij";
|
||||
homepage = "https://zellij.dev/";
|
||||
homepage = "https://zellij.dev";
|
||||
maintainers = [ lib.maintainers.naho ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,6 +63,6 @@
|
|||
|
||||
<h2>Documentation</h2>
|
||||
<p>Each color should be used as described in <a href="https://github.com/chriskempson/base16/blob/main/styling.md#styling-guidelines"> this table</a>.</p>
|
||||
<p>See the <a href="https://nix-community.github.io/stylix/">Stylix documentation</a> for how to apply these colors on NixOS.</p>
|
||||
<p>See the <a href="https://nix-community.github.io/stylix">Stylix documentation</a> for how to apply these colors on NixOS.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue