<W1lkins>
`<home-manager/nix-darwin>` but I get the error "The option `programs.git' defined in `/Users/jw/.config/nixpkgs/modules/base/git' does not exist." when trying to use an option from home-manager.. any ideas?
<W1lkins>
I'm super new to the world of nix for package/home dir management so let me know if I misunderstood your question
__monty__ has quit [Quit: leaving]
<rycee>
You can't mix Home Manager and NixOS options like that. The Home Manager options are per-user. So, e.g., `home-manager.users.w1lkins.programs.git = …` instead of just `programs.git`.
<W1lkins>
Do I have to create the user as part of this setup too or something? if I switch to what you wrote above I get: `attribute 'wilkins' missing, at /Users/wilkins/.nix-defexpr/channels/home-manager/nix-darwin/default.nix:16:23`
<W1lkins>
By "create the user" I mean let home-manager know about it somehow? the user already exists on the system
<rycee>
Hmm, don't think so.
<rycee>
Ah, perhaps the nix-darwin option `users.users.wilkins` needs to be set.
<rycee>
Or you could set `home-manager.users.wilkins.home.username` and `home-manager.users.wilkins.home.homeDirectory`.
<rycee>
To their obvious values :-)
<hexa->
hm … can I force a window non-floating in the i3 module?