1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00
home-manager/modules
Chan Siu Man 1f5ef2bb41
broot: fix config file location (#3273)
At commit [5666e6b9](5666e6b9fb),
broot refactored the content of the file `/resources/default-conf.hjson`
into multiple files under the directory `/resources/default-conf`, using
[`imports`](5666e6b9fb/resources/default-conf/conf.hjson (L152-L165))
to refer to other configurations.

This refactoring is effective since version 1.14.0 of broot.

After this refactoring, in `xdg.configFile.broot` (which defaults to
`~/.config/broot`):
- we need to copy all potentially referenced files (all files under
  `resources/default-conf`),
- except we need to leave out `conf.hjson` which conflicts with the
  `conf.toml` generated by home-manager (because broot [accepts both conf.toml and conf.hjson](https://dystroy.org/broot/conf_file/))

To implement this, we use `symlinkJoin` to create the content of
`xdg.configFile.broot` by merging multiple sources.
2022-09-27 12:19:02 +02:00
..
accounts email: fix the office365 smtp host (#3191) 2022-08-29 21:48:12 -04:00
config treewide: replace <link> by <xref> where appropriate 2022-08-26 00:07:08 +02:00
i18n/input-method kime: Fix kime systemd service broken (#2621) 2022-01-17 13:53:42 -05:00
launchd format: update and remove exceptions (#3029) 2022-06-16 14:13:06 +02:00
lib maintainers: add Rosuavio 2022-09-25 22:51:50 +02:00
lib-bash nix: add support for nix profile 2022-03-26 15:11:28 +01:00
misc tmate: add module 2022-09-26 00:28:00 +02:00
po Translate using Weblate (Danish) 2022-09-19 22:24:39 +02:00
programs broot: fix config file location (#3273) 2022-09-27 12:19:02 +02:00
services safeeyes: add module 2022-09-25 23:01:25 +02:00
targets darwin: add support for 'defaults -currentHost' options 2022-07-24 15:17:21 +02:00
default.nix Add lib argument to homeManagerConfiguration (#2753) 2022-04-17 18:14:41 -04:00
files.nix nix: add support for nix profile 2022-03-26 15:11:28 +01:00
home-environment.nix treewide: replace <link> by <xref> where appropriate 2022-08-26 00:07:08 +02:00
manual.nix format: update and remove exceptions (#3029) 2022-06-16 14:13:06 +02:00
modules.nix tmate: add module 2022-09-26 00:28:00 +02:00
systemd-activate.rb Revert "systemd: use sd-switch" 2020-08-04 19:38:14 +02:00
systemd-activate.sh Revert "systemd: use sd-switch" 2020-08-04 19:38:14 +02:00
systemd.nix systemd: handle Install.RequiredBy 2022-09-08 10:39:57 +02:00
xresources.nix Replace usage of literalExample 2021-10-13 00:16:10 +02:00
xsession.nix xsession: add xplugd service to accompany setxkbmap (#2450) 2021-12-23 15:38:44 -05:00