diff --git a/modules/nixos/programs/gnome-session/default.nix b/modules/nixos/programs/gnome-session/default.nix index 092d08cb..41814ebb 100644 --- a/modules/nixos/programs/gnome-session/default.nix +++ b/modules/nixos/programs/gnome-session/default.nix @@ -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 = { };