Sender | Message | Time |
---|---|---|
20 Jul 2025 | ||
*
| 15:07:07 | |
Gotcha. Just managed to put 2+2 together with your previous mention of fooConf.${name} . I got infinite recursion error | 15:09:37 | |
yeah i hope that makes sense why you got infinite recursion error | 15:10:34 | |
* yeah i hope that it makes sense why you got infinite recursion error | 15:10:45 | |
I got it to work with lots of help from @mightyiam:matrix.org (thanks)! =) | 17:11:02 | |
nice what did you do? | 22:12:49 | |
21 Jul 2025 | ||
Something I'd already tried earlier but discarded due to an unrelated error (that I thought told me I could not do things this way):
So yeah, the inner | 07:14:28 | |
x10an14: taking the discussion from the beginning … If you want to declare options specific to one instance, you can do it as follow:
If you want to make the | 09:36:22 | |
If you want your option to define home-manager.<user> from foo.<user> , unfortunately there is no simple shortcut that exists today, you will have to fallback to the nix language / Nixpkgs library to map the attributes of one into the other. | 09:39:25 | |
nbp: Thanks! =D I got it to work, as described in the previous 2x messages of mine =) Any feedback/suggestions welcome! | 10:29:35 | |
x10an14: This is the right channel. Thanks for the link, I was not aware of the pipe operator. | 12:03:29 | |
Aight, and yw =) | 12:07:17 | |
25 Jul 2025 | ||
12:11:00 | ||
31 Jul 2025 | ||
00:25:28 | ||
This might be the wrong chat, but I'm trying to understand how to package something like a .desktop file so that a module I write will be included in start menus and such. Right now, enabling my module gets me the executable available on the command line, but as it's a GUI program, that's suboptimal. | 00:26:59 | |
There's plenty of examples in Nixpkgs. Did you find some? | 06:42:08 | |
And yes, this isn't quite the correct room. | 06:42:25 | |
09:35:10 | ||
10:02:52 | ||
I did not, or did not detect it. I seemed to examine modules that used various build-wrapping tools that I presumed handled that as part of the build. | 23:53:39 | |
1 Aug 2025 | ||
Sorry for not being clear. It's not in a NixOS module typically, but in the package for some piece of software. And might not be obvious. The part of this that is in the NixOS module is that the package of the software ends up in environment.systemPackages and includes the .desktop file. | 06:32:42 | |
15:42:19 | ||
5 Aug 2025 | ||
09:49:13 | ||
18:48:14 | ||
6 Aug 2025 | ||
18:31:00 | ||
7 Aug 2025 | ||
https://discourse.nixos.org/t/nixpkgs-module-system-config-modules-graph/67722?u=mightyiam | 16:53:44 | |
Let's see how much time it take before someone ask what is the difference between key and file . | 17:05:23 | |
Now people might understand why you should not write a NixOS module within a flake, because it lacks position information.
| 17:11:50 | |
* Now people might understand why you should not write a NixOS module within a
| 17:12:41 | |
8 Aug 2025 | ||
06:31:30 |