-
-
Notifications
You must be signed in to change notification settings - Fork 323
doc: restructure module rendering #1083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| { | ||
| maintainers = [ ]; | ||
| name = "Alacritty"; | ||
| homepage = "https://github.com/alacritty/alacritty"; | ||
| maintainers = [ ]; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| { | ||
| maintainers = [ ]; | ||
| name = "Avizo"; | ||
| homepage = "https://github.com/misterdanb/avizo"; | ||
| maintainers = [ ]; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| { lib, ... }: | ||
| { | ||
| maintainers = [ lib.maintainers.naho ]; | ||
| name = "bat"; | ||
| homepage = "https://github.com/sharkdp/bat"; | ||
| maintainers = [ lib.maintainers.naho ]; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| { lib, ... }: | ||
| { | ||
| maintainers = [ lib.maintainers.noodlez1232 ]; | ||
| name = "bemenu"; | ||
| homepage = "https://github.com/Cloudef/bemenu"; | ||
| maintainers = [ lib.maintainers.noodlez1232 ]; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| { | ||
| maintainers = [ ]; | ||
| name = "bspwm"; | ||
| homepage = "https://github.com/baskerville/bspwm"; | ||
| maintainers = [ ]; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| { lib, ... }: | ||
| { | ||
| maintainers = [ lib.maintainers.naho ]; | ||
| name = "btop"; | ||
| homepage = "https://github.com/aristocratos/btop"; | ||
| maintainers = [ lib.maintainers.naho ]; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| { | ||
| maintainers = [ ]; | ||
| name = "Cava"; | ||
| homepage = "https://github.com/karlstav/cava"; | ||
| maintainers = [ ]; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| { | ||
| maintainers = [ ]; | ||
| name = "Cavalier"; | ||
| homepage = "https://github.com/NickvisionApps/Cavalier"; | ||
| maintainers = [ ]; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| { lib, ... }: | ||
| { | ||
| maintainers = [ lib.maintainers.danth ]; | ||
| name = "Chromium"; | ||
| homepage = "https://www.chromium.org/"; | ||
| maintainers = [ lib.maintainers.danth ]; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| maintainers = [ ]; | ||
| name = "kernel console"; | ||
| maintainers = [ ]; | ||
| } |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,24 @@ | ||
| { lib, ... }: | ||
| { | ||
| maintainers = [ lib.maintainers.Flameopathic ]; | ||
| name = "Discord"; | ||
| homepage = { | ||
| Discord = "https://discordapp.com/"; | ||
| Nixcord = "https://github.com/KaylorBen/nixcord"; | ||
| Vencord = "https://github.com/Vendicated/Vencord"; | ||
| Vesktop = "https://github.com/Vencord/Vesktop"; | ||
| }; | ||
| maintainers = [ lib.maintainers.Flameopathic ]; | ||
| description = '' | ||
| This module provides a collection of targets related to | ||
| [Discord](https://discord.com). The same theme is used for each target. | ||
|
|
||
| The Vencord, Vesktop, and Nixcord targets use built-in Home Manager options, | ||
| while the Nixcord target leverages | ||
| [github:KaylorBen/nixcord](https://github.com/KaylorBen/nixcord). | ||
|
|
||
| > [!IMPORTANT] | ||
| > The Nixcord target will have no effect unless Nixcord is properly | ||
| > [imported](https://github.com/KaylorBen/nixcord?tab=readme-ov-file#how-to-use-nixcord) | ||
| > into your configuration. | ||
| ''; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| { lib, ... }: | ||
| { | ||
| maintainers = [ lib.maintainers.naho ]; | ||
| name = "Dunst"; | ||
| homepage = "https://dunst-project.org/"; | ||
| maintainers = [ lib.maintainers.naho ]; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| { lib, ... }: | ||
| { | ||
| maintainers = [ lib.maintainers.panchoh ]; | ||
| name = "Emacs"; | ||
| homepage = "https://www.gnu.org/software/emacs/"; | ||
| maintainers = [ lib.maintainers.panchoh ]; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| { lib, ... }: | ||
| { | ||
| maintainers = [ lib.maintainers.danth ]; | ||
| name = "Eye of GNOME"; | ||
| homepage = "https://gitlab.gnome.org/GNOME/eog"; | ||
| maintainers = [ lib.maintainers.danth ]; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| { lib, ... }: | ||
| { | ||
| maintainers = [ lib.maintainers.make-42 ]; | ||
| name = "Fcitx 5"; | ||
| homepage = "https://fcitx-im.org/wiki/Fcitx_5"; | ||
| maintainers = [ lib.maintainers.make-42 ]; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| { | ||
| maintainers = [ ]; | ||
| name = "feh"; | ||
| homepage = "https://feh.finalrewind.org/"; | ||
| maintainers = [ ]; | ||
| } |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,50 @@ | ||
| { lib, ... }: | ||
| { | ||
| name = "Firefox and its derivatives"; | ||
| homepage = { | ||
| Firefox = "http://www.mozilla.com/en-US/firefox/"; | ||
| Floorp = "https://floorp.app/"; | ||
| LibreWolf = "https://librewolf.net/"; | ||
| }; | ||
| maintainers = with lib.maintainers; [ | ||
| Flameopathic | ||
| danth | ||
| ]; | ||
| description = '' | ||
| 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. | ||
|
|
||
| name = "Firefox and its derivatives"; | ||
| The same implementation is shared between all of these browsers, but they don't | ||
| share option values. | ||
|
|
||
| > [!IMPORTANT] | ||
| > | ||
| > For any theming to be applied, you need to tell this module which | ||
| > [profiles](https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data) | ||
| > you're using: | ||
| > | ||
| > ```nix | ||
| > { | ||
| > programs.firefox = { | ||
| > enable = true; | ||
| > | ||
| > profiles = { | ||
| > my-profile = { | ||
| > # bookmarks, extensions, search engines... | ||
| > }; | ||
| > my-friends-profile = { | ||
| > # bookmarks, extensions, search engines... | ||
| > }; | ||
| > }; | ||
| > }; | ||
| > | ||
| > stylix.targets.firefox.profileNames = [ "my-profile" "my-friends-profile" ]; | ||
| > } | ||
| > ``` | ||
| > | ||
| > This is necessary due to a limitation of the module system: we can either | ||
| > detect the list of profiles, or change their configuration, but we can't do | ||
| > both without infinite recursion. | ||
| ''; | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.