| 4 Mar 2026 |
| lukas joined the room. | 22:16:32 |
| 5 Mar 2026 |
| @mtheil:scs.ems.host changed their display name from Markus Theil to Markus Theil (SCS). | 09:34:45 |
| 8 Mar 2026 |
| SomeoneSerge (void) changed their display name from SomeoneSerge (back on matrix) to SomeoneSerge (matrix works sometimes). | 23:31:19 |
| 9 Mar 2026 |
| FOSSASIA Demo joined the room. | 10:03:27 |
| 10 Mar 2026 |
| amadaluzia -> 4d2.org joined the room. | 07:18:37 |
| Crony Akatsuki (balkan/slav) changed their display name from Crony Akatsuki to Crony Akatsuki (balkan/slav) . | 10:41:49 |
| @mtheil:scs.ems.host left the room. | 14:48:16 |
| 13 Mar 2026 |
| anurag joined the room. | 18:19:14 |
| 14 Mar 2026 |
| amadaluzia -> 4d2.org changed their display name from amadaluzia to amadaluzia[uorg]. | 18:50:11 |
| amadaluzia joined the room. | 19:27:37 |
| amadaluzia -> 4d2.org changed their display name from amadaluzia[uorg] to amadaluzia -> 4d2.org. | 21:22:32 |
| 15 Mar 2026 |
| @jykrwn_bot:matrix.org joined the room. | 00:17:28 |
| pengi joined the room. | 07:21:57 |
| pengi set a profile picture. | 07:52:13 |
| NixOS Moderation Bot banned @jykrwn_bot:matrix.org (disagreement). | 20:28:00 |
| isabel changed their profile picture. | 20:55:08 |
| 16 Mar 2026 |
| purepani changed their display name from purepani to purepanid. | 05:54:53 |
| purepani changed their display name from purepanid to purepani. | 05:55:43 |
| 19 Mar 2026 |
| Miles Dyson set a profile picture. | 18:06:51 |
| 20 Mar 2026 |
| Evrim Ulu joined the room. | 22:13:19 |
| 24 Mar 2026 |
| @brain:matrix.briannelson.dev left the room. | 18:48:18 |
| 25 Mar 2026 |
| Kristo DevOps joined the room. | 21:56:22 |
| 8 Feb 2024 |
| zrsk joined the room. | 10:38:02 |
| 15 Feb 2024 |
| a-kenji joined the room. | 19:15:14 |
| 16 Feb 2024 |
| Qyriad joined the room. | 14:56:15 |
| mr-qubo joined the room. | 14:59:24 |
mr-qubo | I recently stumbled upon similar issue when working on home-manager. https://discourse.nixos.org/t/is-it-possible-to-define-systemd-services-in-a-submodule/39538/5
The idea is that enabling https://nix-community.github.io/home-manager/options.xhtml#opt-programs.bash.enableCompletion should set environment.pathsToLink = [ "/share/bash-completion" ];.
I think that module system is missing an option to pass config options recursively up to all ancestors.
| 15:06:01 |
mr-qubo | My idea is that nixos config could have a property extraNixosChildConfig and in home-manager bash module I could set _recurseAncestors = { extraNixosChildConfig = { environment.pathsToLink = [ ... ]; }; }. | 15:07:22 |
mr-qubo | wdyt? | 15:07:26 |
mr-qubo | * My idea is that nixos config could have a property extraNixosChildConfig that gets merged with the rest of the config and in home-manager bash module I could set _recurseAncestors = { extraNixosChildConfig = { environment.pathsToLink = [ ... ]; }; }. | 15:07:44 |