From 9d4db1eae4ab0b9956d94d1c3866c3148ebe0de3 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 26 Jan 2024 18:02:03 +0800 Subject: [PATCH] nixos/programs/gnome-session: recommend reverse DNS-like naming scheme as DE identifier --- modules/nixos/programs/gnome-session/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 = { };