From 0e114643902ce7723b0a6be516d92e668b40dc2b Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 28 Apr 2026 13:22:42 +0100 Subject: [PATCH] shell: add desktop-environment module to fastfetch Shows GNOME version on Gaming/Macbook; module self-skips on headless hosts. Co-Authored-By: Claude Opus 4.7 --- settings/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/shell.nix b/settings/shell.nix index ffe1769..9c1f4d4 100644 --- a/settings/shell.nix +++ b/settings/shell.nix @@ -38,6 +38,7 @@ "separator", "os", "kernel", + "de", "shell", "terminal", "uptime",