From 13726c5d312eef8b62f6234f5b0c330046468ec7 Mon Sep 17 00:00:00 2001 From: Lyndon Sanche Date: Sat, 10 Jan 2026 17:15:16 -0700 Subject: [PATCH] nixos/regreet: Disable client side decorations by default Client side decorations started appearing for me by default. Add the `-d` flag to `cageArgs` so that these decorations do not appear. --- nixos/modules/programs/regreet.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nixos/modules/programs/regreet.nix b/nixos/modules/programs/regreet.nix index b48ba26c3270..151ad3a623ca 100644 --- a/nixos/modules/programs/regreet.nix +++ b/nixos/modules/programs/regreet.nix @@ -40,9 +40,12 @@ in cageArgs = lib.mkOption { type = lib.types.listOf lib.types.str; - default = [ "-s" ]; + default = [ + "-s" + "-d" + ]; example = lib.literalExpression '' - [ "-s" "-m" "last" ] + [ "-s" "-d" "-m" "last" ] ''; description = '' Additional arguments to be passed to