From f1113939873a62f185c18a51f4e45ae66686822b Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Fri, 13 Jun 2025 10:07:01 +0200 Subject: [PATCH] ashell: minor description improvements --- modules/programs/ashell.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/modules/programs/ashell.nix b/modules/programs/ashell.nix index d767634f..2e934966 100644 --- a/modules/programs/ashell.nix +++ b/modules/programs/ashell.nix @@ -35,13 +35,15 @@ in workspaces.visibilityMode = "MonitorSpecific"; }; description = '' - Ashell configuration written to `$XDG_CONFIG_HOME/ashell.yml`. - For available settings see . + Ashell configuration written to {file}`$XDG_CONFIG_HOME/ashell.yml`. + For available settings see + . ''; }; systemd = { enable = lib.mkEnableOption "ashell systemd service"; + target = lib.mkOption { type = lib.types.str; default = config.wayland.systemd.target; @@ -50,7 +52,10 @@ in description = '' The systemd target that will automatically start ashell. - If you set this to a WM-specific target, make sure that systemd integration for that WM is enabled (e.g. `wayland.windowManager.hyprland.systemd.enable`). **This is typically true by default**. + If you set this to a WM-specific target, make sure that systemd + integration for that WM is enabled (for example, + [](#opt-wayland.windowManager.hyprland.systemd.enable)). This is + typically true by default. ''; }; };