mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-06 05:12:50 +00:00
Allow boolean values in sessionVariables for Home Manager shell modules and serialize them consistently in generated session files. - modules/lib/shell: stringify boolean values using lib.boolToString in export helper - modules/home-environment, programs.bash, programs.zsh: include lib.types.bool in sessionVariables option type - tests: add IS_TRUE/IS_FALSE assertions in home-environment, bash, and zsh session-variables tests