johnw has quit [Remote host closed the connection]
vdemeester has joined #home-manager
benkolera has joined #home-manager
mexisme has joined #home-manager
feepo has joined #home-manager
mankyKitty has joined #home-manager
rizary_ has joined #home-manager
davidtwco has joined #home-manager
manveru has joined #home-manager
Palpares has quit [Ping timeout: 240 seconds]
mexisme has quit [Ping timeout: 272 seconds]
johnw has joined #home-manager
sgraf has joined #home-manager
mexisme has joined #home-manager
kenjis1 has joined #home-manager
__monty__ has joined #home-manager
johnw has quit [Ping timeout: 272 seconds]
johnw has joined #home-manager
johnw has quit [Ping timeout: 240 seconds]
johnw has joined #home-manager
mexisme has quit [Ping timeout: 272 seconds]
<rizary_>
I have this alias `(lib.mkAliasOptionModule [ "primary-user" "home-manager" ] [ "home-manager" "users" cfg.name ])`
<rizary_>
For my users, then I have several `primary-user.home-manager.rizary.home.packages` for my current package.
<rizary_>
Everything is fine before I update to home-manager master branch. After that I got an error saying:
<rizary_>
`the option value of home-manager.users.rizary.home.packages.[definition 1-entry 2] is not of type package`
<rizary_>
Huft I fixed the above, but I am still getting xmonad strange permission behavior. In fresh compile, I don't get permission denied, but if I rebuild it, I got permission error.
kenjis1 has quit [Remote host closed the connection]
kenjis1 has joined #home-manager
__monty__ has quit [Quit: leaving]
kenjis1 has quit [Remote host closed the connection]
Synthetica has joined #home-manager
kenjis1 has joined #home-manager
kenjis1 has quit [Remote host closed the connection]
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 260 seconds]
kenjis1 has joined #home-manager
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 260 seconds]
mexisme has joined #home-manager
kenjis1 has quit [Remote host closed the connection]
kenjis1 has joined #home-manager
mexisme has quit [Ping timeout: 268 seconds]
judson_ has quit [Remote host closed the connection]
judson_ has joined #home-manager
mexisme has joined #home-manager
ardumont has quit [Ping timeout: 248 seconds]
rpearce has joined #home-manager
rpearce has quit [Remote host closed the connection]
robertwpearce has joined #home-manager
<robertwpearce>
Hi! Thank you for this nix tool, especially for us folks on macOS.
<robertwpearce>
I do a lot of nodejs at work, and I am trying to figure out if there's a way to do a sort of `postInstall` step, or if I should get guidance on how to add `programs.nodejs` to the `programs` and do it there, or if there's a way to run a `pkgs.runCommand` in a normal `home.nix` file. I'm somewhat new to nix and know enough to get my hands dirty but
<robertwpearce>
not enough to solve all my problems
ardumont has joined #home-manager
kenjis1 has quit [Remote host closed the connection]
Palpares has joined #home-manager
robertwpearce has quit [Ping timeout: 265 seconds]
lovesegfault has joined #home-manager
<lovesegfault>
rycee: How can I build my home manager config with nix-build?
<lovesegfault>
(no activation, etc)
<lovesegfault>
I imagine it being something like nix-build '<home-manager>' -A ...
<rycee>
Hmm, why not just use `home-manager build`? It calls `nix-build` for you.