5 May 2025 |
ianptkcs | hmm | 04:36:22 |
ianptkcs | i thought that maybe this was the reason that no .config/home-manager was being created | 04:36:41 |
ianptkcs | do you have any idea why this is happening? | 04:36:54 |
K900 | In reply to @ianptkcs:matrix.org i thought that maybe this was the reason that no .config/home-manager was being created It shouldn't be created if you're using it as a NixOS module | 04:40:18 |
K900 | What is your actual problem | 04:40:24 |
K900 | Because this conversation isn't even an XY problem, it's like an XYZAB problem | 04:40:51 |
prince213 | Are you trying to initialize a home-manager configuration? | 04:41:02 |
prince213 | Let me put an link here: https://xyproblem.info/ | 04:41:32 |
ianptkcs | sorry, im sleepy
the problem is that im trying to follow home manager manual and after adding to configuration.nix, it shows some basic configuration. but i cant configure it because no .config/home-manager is being created | 04:43:20 |
ianptkcs | * sorry, im sleepy
the problem is that im trying to follow home manager manual and after adding it to configuration.nix, it shows some basic configuration. but i cant configure it because no .config/home-manager is being created | 04:43:43 |
prince213 | Are you using flakes? | 04:44:34 |
ianptkcs | nope | 04:45:03 |
K900 | How are you adding it to configuration.nix? | 04:45:18 |
K900 | Please post the actual code you've changed | 04:45:29 |
ianptkcs | Redacted or Malformed Event | 04:48:50 |
K900 | Please post it as text | 04:50:20 |
K900 | Not as an image | 04:50:22 |
prince213 | Preferably via a pastebin or something like that | 04:50:42 |
ianptkcs | https://pastebin.com/ZGgWpWEi | 04:58:45 |
K900 | In that kind of setup you don't have a ~/.config/home-manager | 04:59:04 |
K900 | You put your home-manager config into home-manager.users.me | 04:59:13 |
K900 | And then rebuild your NixOS config to apply it | 04:59:30 |
prince213 | Yeah, your home-manager config is with your nixos config | 04:59:40 |
prince213 | .config/home-manager are for those standalone configurations | 04:59:54 |
prince213 | that is you manage your home separately from nixos config | 05:00:12 |
ianptkcs | got it, but then how this hm configuration would work? | 05:01:17 |
K900 | ^ | 05:01:34 |
prince213 | What symptoms have you encountered? | 05:01:36 |
prince213 | * What symptoms have you encountered if it "doesn't work"? | 05:01:51 |
K900 | Like you already have programs.fish.enable = true; | 05:01:58 |