2 May 2025 |
| @_oftc_bigrick:matrix.org left the room. | 19:00:12 |
3 May 2025 |
| @_oftc_bigrick:matrix.org joined the room. | 00:31:39 |
| @_oftc_bigrick:matrix.org left the room. | 00:32:53 |
| @_oftc_bigrick:matrix.org joined the room. | 00:34:40 |
sheeley | I'm trying to do... something like this, but obviously this isn't the right way. Anyone have guidance on a better approach?
home-manager.users.${user} = {lib, ...}: {
imports = [
( import
./h1.nix
{
inherit config lib user inputs private pkgs;
}
);
];
};
| 04:36:25 |
K900 | Just ./h1.nix | 04:37:45 |
K900 | And if you want more arguments, pass then in via extraSpecialArgs | 04:38:07 |
sheeley | imports = [ ./h1.nix ];
extraSpecialArgs = { ... };
?
| 04:40:29 |
K900 | Yes | 04:40:37 |
sheeley | Huh! Thanks, I'll try that now | 04:40:55 |
sheeley | error: The option `home-manager.users.sheeley.extraSpecialArgs' does not exist
| 04:42:09 |
sheeley | When I fixed my syntax error with my other approach, it seems to have started working? shrug | 04:43:07 |
K900 | It's home-manager.extraSpecialArgs | 04:48:15 |
jaredmontoya | is there something like #review-requests:nixos.orgbut for home-manager?
I have a PR ready for merging: https://github.com/nix-community/home-manager/pull/6963
| 13:55:38 |
| SeerLite joined the room. | 14:18:25 |
| __monty__ joined the room. | 16:36:30 |
| __monty__ left the room. | 21:28:07 |
Anton | I'd appreciate if I could get some opinions on this: https://github.com/nix-community/home-manager/issues/6949 :) | 23:08:57 |
4 May 2025 |
| __monty__ joined the room. | 07:52:19 |
| gasu joined the room. | 08:05:57 |
| __monty__ left the room. | 11:07:30 |
| Sam changed their display name from Sam (away → 5/5) to Sam. | 15:41:28 |
| __monty__ joined the room. | 18:15:52 |
| __monty__ left the room. | 21:52:22 |
5 May 2025 |
| ianptkcs joined the room. | 04:30:01 |
ianptkcs | so, im trying to use home manager but it is being deactivated automatically when i rebuild | 04:31:04 |
ianptkcs | when i run with systemctl, it is loaded, but inactive, it actiavtes, creates everything but then systemd is deactivating and finishing its environment | 04:33:02 |
K900 | Uhh what | 04:34:03 |
K900 | Do you mean the systemd service status? | 04:34:16 |
K900 | That's normal, it is a oneshot service, so it is supposed to become inactive once it's finished doing things | 04:34:36 |