1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-02-04 15:25:06 +01:00
home-manager/modules
Leah Amelia Chen 134deb46ab
bat: support boolean flags in config
Previously, users cannot enable boolean flags like `--show-all` in bat's
config since all options were expected to be either a string, or a list
of strings. With this commit boolean flags are simply appended to the
end of the config if they are set to `true`, and discarded otherwise.

For example, the config

    {
      theme = "TwoDark";
      show-all = true;
      lessopen = false;
    }

would produce a config file that looks like

    --theme='TwoDark'
    --show-all

Fixes #4657
2023-11-23 00:16:58 +01:00
..
accounts accounts.email: fix runbox.com TLS setup (#4408) 2023-09-04 22:29:18 +02:00
config home-cursor: fix typo in XDG data directory link 2023-11-07 09:21:58 +01:00
i18n/input-method qt: use sessionVariablesExtra to export QT_PLUGIN_PATH/QML2_IMPORT_PATH 2023-10-19 21:41:18 +01:00
launchd
lib openstackclient: add module (#4530) 2023-11-15 15:25:44 -07:00
lib-bash
misc ruff: add module 2023-11-22 23:51:52 +01:00
po Translate using Weblate (Turkish) 2023-11-16 07:06:43 +00:00
programs bat: support boolean flags in config 2023-11-23 00:16:58 +01:00
services picom: use getExe instead of hardcoded binary 2023-11-21 08:55:46 +01:00
targets
default.nix
files.nix
home-environment.nix
manual.nix
modules.nix ruff: add module 2023-11-22 23:51:52 +01:00
systemd-activate.rb
systemd-activate.sh
systemd.nix systemd: avoid creating an empty user.conf 2023-11-11 00:51:53 +01:00
xresources.nix
xsession.nix