nixos/programs/gnome-session: recommend reverse DNS-like naming scheme as DE identifier

This commit is contained in:
Gabriel Arazas 2024-01-26 18:02:03 +08:00
parent c672bf387b
commit 9d4db1eae4
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -170,12 +170,10 @@ in
desktop environment.
::: {.tip}
While you can make identifiers in any way, it is
encouraged to stick to a naming scheme. Here's two common ways to name
a desktop environment.
* Reverse DNS-like scheme (e.g., `com.example.MoseyBranch`).
* Kebab-case (e.g., `mosey-branch`).
While you can make identifiers in any way, it is encouraged to stick to
a naming scheme. The recommended method is a reverse DNS-like scheme
preferably with a domain name you own (e.g.,
`com.example.MoseyBranch`).
:::
'';
default = { };