| 18 Feb 2026 |
| tiferrei joined the room. | 20:16:58 |
| 19 Feb 2026 |
| catsarecute joined the room. | 19:04:22 |
| 21 Feb 2026 |
| h7x4 changed their profile picture. | 19:27:05 |
| h7x4 changed their profile picture. | 19:30:31 |
| h7x4 changed their profile picture. | 19:33:57 |
| 22 Feb 2026 |
| Haze joined the room. | 02:54:32 |
| mei 🌒& changed their profile picture. | 22:55:48 |
| 23 Feb 2026 |
| brain joined the room. | 14:41:01 |
| @draed:matrix.org left the room. | 17:53:26 |
| 24 Feb 2026 |
| @cdepillabout:matrix.org left the room. | 07:41:18 |
| Ren joined the room. | 10:36:54 |
| Ren changed their display name from rend0e_ to Ren. | 12:56:48 |
| 25 Feb 2026 |
| nim65s joined the room. | 19:54:14 |
| nim65s changed their display name from Guilhem to nim65s. | 19:55:53 |
| isabel changed their profile picture. | 21:51:53 |
| 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 |
mr-qubo | * My idea is that nixos config could pick up extraNixosChildConfig from childs and merge it with the rest of the config and in home-manager bash module I could set _recurseAncestors = { extraNixosChildConfig = { environment.pathsToLink = [ ... ]; }; }. | 15:08:21 |
infinisil | Not sure about that recursive thing, that doesn't seem necessary, but yeah if there's something missing in the NixOS module for home-manager, that could be added | 15:34:09 |
infinisil | Sounds like an issue for the home-manager repo | 15:34:16 |
mr-qubo | Yeah, we could add it just for home-manager. But is seems like the issue is quite generic. See also https://github.com/NixOS/nixpkgs/pull/152785. | 15:51:50 |
infinisil | Hmm yeah fair. I don't have the capacity to think a lot about this right now, it's a very intricate topic to wrap ones head around | 15:56:55 |
mr-qubo | Yeah, I just wanted to bring the topic, maybe someone has some interesting thoughts. | 16:05:23 |
| Philip Taron (UTC-8) joined the room. | 17:49:31 |