mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
Insert the command-option terminator before values passed to kwriteconfig6 so negative numeric settings are not parsed as command flags. This fixes KDE settings such as DimDisplayIdleTimeoutSec = -1, which previously produced an unknown-option error from kwriteconfig6. Cover the regression in the existing qt-basic NMT test by checking the generated activation command includes the terminator before the negative value.