21 Aug 2025 |
| @creepinson:matrix.org joined the room. | 22:11:08 |
22 Aug 2025 |
| odoom joined the room. | 21:38:28 |
27 Aug 2025 |
| @nullcube:matrix.org left the room. | 12:19:29 |
29 Aug 2025 |
| luna-null left the room. | 02:40:35 |
31 Aug 2025 |
| Edgar Lee joined the room. | 09:20:33 |
4 Sep 2025 |
| atagen set a profile picture. | 12:04:16 |
| atagen changed their profile picture. | 12:04:40 |
| atagen changed their profile picture. | 12:04:51 |
6 Sep 2025 |
| SomeoneSerge (utc+3) changed their display name from SomeoneSerge (Ever OOMed by Element) to SomeoneSerge (@nixcon & back on matrix). | 09:21:09 |
7 Sep 2025 |
| nkl joined the room. | 15:54:19 |
8 Sep 2025 |
| inayet set a profile picture. | 02:17:16 |
9 Sep 2025 |
| zrsk changed their display name from zrsk to aciceri. | 15:02:18 |
10 Sep 2025 |
| SomeoneSerge (utc+3) changed their display name from SomeoneSerge (@nixcon & back on matrix) to SomeoneSerge (back on matrix). | 00:34:47 |
| Jason Odoom left the room. | 12:31:55 |
12 Sep 2025 |
| @creepinson:matrix.org left the room. | 01:43:07 |
14 Sep 2025 |
| Emma [it/its] joined the room. | 08:39:58 |
23 Sep 2025 |
| a-kenji changed their display name from a-kenji to kenji. | 10:37:25 |
30 Sep 2025 |
| 17lifers (at mikuplushfarm) joined the room. | 16:05:31 |
| NixOS Moderation Bot banned @mightyiam:matrix.org (divisive behavior.). | 19:22:06 |
3 Oct 2025 |
| moleksiak joined the room. | 23:13:54 |
13 Oct 2025 |
| vivekanandan_ks joined the room. | 18:55:01 |
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 |