diff --git a/README.md b/README.md index 7dd77022..b992ce93 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/doc/src/configuration.md b/doc/src/configuration.md index e49a678a..cacb6e30 100644 --- a/doc/src/configuration.md +++ b/doc/src/configuration.md @@ -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. diff --git a/doc/src/modules.md b/doc/src/modules.md index 29a3fae5..cd7e4e68 100644 --- a/doc/src/modules.md +++ b/doc/src/modules.md @@ -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 diff --git a/modules/blender/meta.nix b/modules/blender/meta.nix index 9a0283ea..35da7aaf 100644 --- a/modules/blender/meta.nix +++ b/modules/blender/meta.nix @@ -2,7 +2,7 @@ { maintainers = [ lib.maintainers.make-42 ]; name = "Blender"; - homepage = "https://www.blender.org/"; + homepage = "https://www.blender.org"; description = '' > [!IMPORTANT] > diff --git a/modules/chromium/meta.nix b/modules/chromium/meta.nix index e23b0788..2b5039b9 100644 --- a/modules/chromium/meta.nix +++ b/modules/chromium/meta.nix @@ -1,6 +1,6 @@ { lib, ... }: { name = "Chromium"; - homepage = "https://www.chromium.org/"; + homepage = "https://www.chromium.org"; maintainers = [ lib.maintainers.danth ]; } diff --git a/modules/discord/meta.nix b/modules/discord/meta.nix index c67eecdd..1125d24e 100644 --- a/modules/discord/meta.nix +++ b/modules/discord/meta.nix @@ -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"; diff --git a/modules/dunst/meta.nix b/modules/dunst/meta.nix index 6860d918..4f036f35 100644 --- a/modules/dunst/meta.nix +++ b/modules/dunst/meta.nix @@ -1,6 +1,6 @@ { lib, ... }: { name = "Dunst"; - homepage = "https://dunst-project.org/"; + homepage = "https://dunst-project.org"; maintainers = [ lib.maintainers.naho ]; } diff --git a/modules/emacs/meta.nix b/modules/emacs/meta.nix index a64f7686..4f6a59a3 100644 --- a/modules/emacs/meta.nix +++ b/modules/emacs/meta.nix @@ -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 ]; } diff --git a/modules/feh/meta.nix b/modules/feh/meta.nix index d5fd0a38..93980c3f 100644 --- a/modules/feh/meta.nix +++ b/modules/feh/meta.nix @@ -1,5 +1,5 @@ { name = "feh"; - homepage = "https://feh.finalrewind.org/"; + homepage = "https://feh.finalrewind.org"; maintainers = [ ]; } diff --git a/modules/firefox/each-config.nix b/modules/firefox/each-config.nix index 49345eec..e046b9c9 100644 --- a/modules/firefox/each-config.nix +++ b/modules/firefox/each-config.nix @@ -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}"; }; diff --git a/modules/firefox/meta.nix b/modules/firefox/meta.nix index 69ebe27a..f3a365d9 100644 --- a/modules/firefox/meta.nix +++ b/modules/firefox/meta.nix @@ -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 diff --git a/modules/fish/meta.nix b/modules/fish/meta.nix index 1e3d3d28..0a88cb9c 100644 --- a/modules/fish/meta.nix +++ b/modules/fish/meta.nix @@ -1,6 +1,6 @@ { lib, ... }: { name = "fish"; - homepage = "https://fishshell.com/"; + homepage = "https://fishshell.com"; maintainers = [ lib.maintainers.naho ]; } diff --git a/modules/foot/meta.nix b/modules/foot/meta.nix index 67cdf9fa..fe6b7978 100644 --- a/modules/foot/meta.nix +++ b/modules/foot/meta.nix @@ -1,6 +1,6 @@ { lib, ... }: { name = "foot"; - homepage = "https://codeberg.org/dnkl/foot/"; + homepage = "https://codeberg.org/dnkl/foot"; maintainers = [ lib.maintainers.MrSom3body ]; } diff --git a/modules/forge/meta.nix b/modules/forge/meta.nix index b1f214bb..3157fa74 100644 --- a/modules/forge/meta.nix +++ b/modules/forge/meta.nix @@ -1,5 +1,5 @@ { name = "Forge"; - homepage = "https://arrayfire.com/"; + homepage = "https://arrayfire.com"; maintainers = [ ]; } diff --git a/modules/ghostty/meta.nix b/modules/ghostty/meta.nix index e1d7cd58..45c18bcb 100644 --- a/modules/ghostty/meta.nix +++ b/modules/ghostty/meta.nix @@ -1,5 +1,5 @@ { name = "Ghostty"; - homepage = "https://ghostty.org/"; + homepage = "https://ghostty.org"; maintainers = [ ]; } diff --git a/modules/gnome/meta.nix b/modules/gnome/meta.nix index 893d0745..059e5464 100644 --- a/modules/gnome/meta.nix +++ b/modules/gnome/meta.nix @@ -1,6 +1,6 @@ { lib, ... }: { name = "GNOME"; - homepage = "https://www.gnome.org/"; + homepage = "https://www.gnome.org"; maintainers = [ lib.maintainers.danth ]; } diff --git a/modules/grub/meta.nix b/modules/grub/meta.nix index 7a54b995..2e39af21 100644 --- a/modules/grub/meta.nix +++ b/modules/grub/meta.nix @@ -1,5 +1,5 @@ { name = "GRUB"; - homepage = "https://www.gnu.org/software/grub/"; + homepage = "https://www.gnu.org/software/grub"; maintainers = [ ]; } diff --git a/modules/gtk/meta.nix b/modules/gtk/meta.nix index 1064b760..e1b130a2 100644 --- a/modules/gtk/meta.nix +++ b/modules/gtk/meta.nix @@ -1,6 +1,6 @@ { lib, ... }: { name = "GTK"; - homepage = "https://www.gtk.org/"; + homepage = "https://www.gtk.org"; maintainers = [ lib.maintainers.danth ]; } diff --git a/modules/helix/meta.nix b/modules/helix/meta.nix index cf4a6668..3c4d1539 100644 --- a/modules/helix/meta.nix +++ b/modules/helix/meta.nix @@ -1,5 +1,5 @@ { name = "Helix"; - homepage = "https://helix-editor.com/"; + homepage = "https://helix-editor.com"; maintainers = [ ]; } diff --git a/modules/i3/meta.nix b/modules/i3/meta.nix index 36b17246..8de5138c 100644 --- a/modules/i3/meta.nix +++ b/modules/i3/meta.nix @@ -1,5 +1,5 @@ { name = "i3"; - homepage = "https://i3wm.org/"; + homepage = "https://i3wm.org"; maintainers = [ ]; } diff --git a/modules/kde/meta.nix b/modules/kde/meta.nix index 6f38def5..2850a144 100644 --- a/modules/kde/meta.nix +++ b/modules/kde/meta.nix @@ -1,5 +1,5 @@ { name = "KDE"; - homepage = "https://kde.org/"; + homepage = "https://kde.org"; maintainers = [ ]; } diff --git a/modules/kmscon/meta.nix b/modules/kmscon/meta.nix index 8e12766c..8a4bece0 100644 --- a/modules/kmscon/meta.nix +++ b/modules/kmscon/meta.nix @@ -1,5 +1,5 @@ { name = "Kmscon"; - homepage = "https://www.freedesktop.org/wiki/Software/kmscon/"; + homepage = "https://www.freedesktop.org/wiki/Software/kmscon"; maintainers = [ ]; } diff --git a/modules/mako/meta.nix b/modules/mako/meta.nix index 7710f23c..de1269d2 100644 --- a/modules/mako/meta.nix +++ b/modules/mako/meta.nix @@ -1,6 +1,6 @@ { lib, ... }: { name = "mako"; - homepage = "https://wayland.emersion.fr/mako/"; + homepage = "https://wayland.emersion.fr/mako"; maintainers = [ lib.maintainers.mateusauler ]; } diff --git a/modules/micro/meta.nix b/modules/micro/meta.nix index c2c8b81e..f39e5403 100644 --- a/modules/micro/meta.nix +++ b/modules/micro/meta.nix @@ -1,5 +1,5 @@ { name = "micro"; - homepage = "https://micro-editor.github.io/"; + homepage = "https://micro-editor.github.io"; maintainers = [ ]; } diff --git a/modules/mpv/meta.nix b/modules/mpv/meta.nix index 287b4158..e4acf4a6 100644 --- a/modules/mpv/meta.nix +++ b/modules/mpv/meta.nix @@ -1,7 +1,7 @@ { lib, ... }: { name = "mpv"; - homepage = "https://mpv.io/"; + homepage = "https://mpv.io"; maintainers = with lib.maintainers; [ awwpotato naho diff --git a/modules/neovim/meta.nix b/modules/neovim/meta.nix index fabd834f..45474357 100644 --- a/modules/neovim/meta.nix +++ b/modules/neovim/meta.nix @@ -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 diff --git a/modules/nushell/meta.nix b/modules/nushell/meta.nix index 6c885503..e186e965 100644 --- a/modules/nushell/meta.nix +++ b/modules/nushell/meta.nix @@ -1,5 +1,5 @@ { name = "Nushell"; - homepage = "https://www.nushell.sh/"; + homepage = "https://www.nushell.sh"; maintainers = [ ]; } diff --git a/modules/plymouth/meta.nix b/modules/plymouth/meta.nix index 306f1550..3eb3475c 100644 --- a/modules/plymouth/meta.nix +++ b/modules/plymouth/meta.nix @@ -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 diff --git a/modules/starship/hm.nix b/modules/starship/hm.nix index 6c387018..bdcc4a1f 100644 --- a/modules/starship/hm.nix +++ b/modules/starship/hm.nix @@ -1,4 +1,4 @@ -# Starship configuration documentation: https://starship.rs/config/ +# Starship configuration documentation: https://starship.rs/config { mkTarget, ... }: mkTarget { name = "starship"; diff --git a/modules/starship/meta.nix b/modules/starship/meta.nix index 40ff43c0..0d7ef5ae 100644 --- a/modules/starship/meta.nix +++ b/modules/starship/meta.nix @@ -1,6 +1,6 @@ { lib, ... }: { name = "starship"; - homepage = "https://starship.rs/"; + homepage = "https://starship.rs"; maintainers = [ lib.maintainers.cluther ]; } diff --git a/modules/sway/meta.nix b/modules/sway/meta.nix index 8f9d9d80..8f708189 100644 --- a/modules/sway/meta.nix +++ b/modules/sway/meta.nix @@ -1,5 +1,5 @@ { name = "Sway"; - homepage = "https://swaywm.org/"; + homepage = "https://swaywm.org"; maintainers = [ ]; } diff --git a/modules/tmux/meta.nix b/modules/tmux/meta.nix index 2a9e9373..964ec04c 100644 --- a/modules/tmux/meta.nix +++ b/modules/tmux/meta.nix @@ -1,5 +1,5 @@ { name = "tmux"; - homepage = "https://tmux.github.io/"; + homepage = "https://tmux.github.io"; maintainers = [ ]; } diff --git a/modules/vscode/meta.nix b/modules/vscode/meta.nix index 0706cf56..a9de6611 100644 --- a/modules/vscode/meta.nix +++ b/modules/vscode/meta.nix @@ -1,7 +1,7 @@ { lib, ... }: { name = "VSCode"; - homepage = "https://code.visualstudio.com/"; + homepage = "https://code.visualstudio.com"; maintainers = with lib.maintainers; [ Flameopathic danth diff --git a/modules/wayfire/meta.nix b/modules/wayfire/meta.nix index 4808fb46..8c8de204 100644 --- a/modules/wayfire/meta.nix +++ b/modules/wayfire/meta.nix @@ -1,6 +1,6 @@ { lib, ... }: { name = "Wayfire"; - homepage = "https://wayfire.org/"; + homepage = "https://wayfire.org"; maintainers = [ lib.maintainers._0x5a4 ]; } diff --git a/modules/xfce/meta.nix b/modules/xfce/meta.nix index fa488b24..6bbf69e0 100644 --- a/modules/xfce/meta.nix +++ b/modules/xfce/meta.nix @@ -1,5 +1,5 @@ { name = "Xfce"; - homepage = "https://www.xfce.org/"; + homepage = "https://www.xfce.org"; maintainers = [ ]; } diff --git a/modules/xresources/meta.nix b/modules/xresources/meta.nix index 1b79a20e..5031e37b 100644 --- a/modules/xresources/meta.nix +++ b/modules/xresources/meta.nix @@ -1,5 +1,5 @@ { name = "Xresources file"; - homepage = "https://www.x.org/wiki/"; + homepage = "https://www.x.org/wiki"; maintainers = [ ]; } diff --git a/modules/zathura/meta.nix b/modules/zathura/meta.nix index 1c4682d0..123f084b 100644 --- a/modules/zathura/meta.nix +++ b/modules/zathura/meta.nix @@ -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 diff --git a/modules/zed/meta.nix b/modules/zed/meta.nix index 858e636f..dcec74af 100644 --- a/modules/zed/meta.nix +++ b/modules/zed/meta.nix @@ -1,5 +1,5 @@ { name = "Zed"; - homepage = "https://zed.dev/"; + homepage = "https://zed.dev"; maintainers = [ ]; } diff --git a/modules/zellij/meta.nix b/modules/zellij/meta.nix index 9b9e4979..6cca6f53 100644 --- a/modules/zellij/meta.nix +++ b/modules/zellij/meta.nix @@ -1,6 +1,6 @@ { lib, ... }: { name = "Zellij"; - homepage = "https://zellij.dev/"; + homepage = "https://zellij.dev"; maintainers = [ lib.maintainers.naho ]; } diff --git a/stylix/palette.html.mustache b/stylix/palette.html.mustache index 0fb53f72..fa99f7f0 100644 --- a/stylix/palette.html.mustache +++ b/stylix/palette.html.mustache @@ -63,6 +63,6 @@
Each color should be used as described in this table.
-See the Stylix documentation for how to apply these colors on NixOS.
+See the Stylix documentation for how to apply these colors on NixOS.