ChanServ changed the topic of #home-manager to: Support and discussion around the Home Manager project (https://github.com/nix-community/home-manager) | Logs: https://logs.nix.samueldr.com/home-manager
srk has quit [Ping timeout: 268 seconds]
srk has joined #home-manager
srk has quit [Ping timeout: 268 seconds]
srk has joined #home-manager
rajivr has joined #home-manager
patagonicus1 has joined #home-manager
patagonicus has quit [Ping timeout: 264 seconds]
patagonicus1 is now known as patagonicus
kini has quit [Quit: bye]
evanjs has quit [Read error: Connection reset by peer]
cole-h has quit [Quit: Goodbye]
cole-h has joined #home-manager
cole-h has quit [Client Quit]
evanjs has joined #home-manager
cole-h has joined #home-manager
cole-h has quit [Client Quit]
ScottHDev52 has joined #home-manager
ScottHDev5 has quit [Ping timeout: 272 seconds]
ScottHDev52 is now known as ScottHDev5
kini has joined #home-manager
cole-h has joined #home-manager
cole-h has quit [Client Quit]
cole-h has joined #home-manager
cole-h has quit [Client Quit]
<siraben> ryantrinkle: you can use flakes to specify which nixpkgs to use
<siraben> `nix shell nixpkgs/release-20.09#hello`
cole-h has joined #home-manager
kini has quit [Remote host closed the connection]
kini has joined #home-manager
cole-h has quit [Quit: Goodbye]
cole-h has joined #home-manager
cole-h has quit [Ping timeout: 256 seconds]
kini has quit [Remote host closed the connection]
srk has quit [Remote host closed the connection]
kini has joined #home-manager
srk has joined #home-manager
eyJhb has quit [Remote host closed the connection]
eyJhb has joined #home-manager
eyJhb has joined #home-manager
eyJhb has quit [Changing host]
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
__monty__ has joined #home-manager
mtr has joined #home-manager
ScottHDev59 has joined #home-manager
ScottHDev5 has quit [Ping timeout: 246 seconds]
ScottHDev59 is now known as ScottHDev5
kini has quit [Remote host closed the connection]
kini has joined #home-manager
bradparker has quit [Ping timeout: 240 seconds]
feepo has quit [Ping timeout: 265 seconds]
rajivr has quit [Ping timeout: 260 seconds]
zmacs has quit [Read error: Connection reset by peer]
s1341 has quit [Read error: Connection reset by peer]
vdemeester has quit [Read error: Connection reset by peer]
tnks has quit [Read error: Connection reset by peer]
mankyKitty has quit [Read error: Connection reset by peer]
dgpratt has quit [Read error: Connection reset by peer]
pasukon has quit [Read error: Connection reset by peer]
bradparker has joined #home-manager
vdemeester has joined #home-manager
s1341 has joined #home-manager
davidtwco_ has joined #home-manager
pasukon has joined #home-manager
mankyKitty has joined #home-manager
rajivr has joined #home-manager
zmacs has joined #home-manager
feepo has joined #home-manager
midchildan has joined #home-manager
dgpratt has joined #home-manager
tnks has joined #home-manager
kini has quit [Remote host closed the connection]
kini has joined #home-manager
evanjs has quit [Quit: ZNC 1.8.2 - https://znc.in]
evanjs has joined #home-manager
evanjs has quit [Quit: ZNC 1.8.2 - https://znc.in]
evanjs has joined #home-manager
evanjs has quit [Quit: ZNC 1.8.2 - https://znc.in]
evanjs has joined #home-manager
davidtwco_ has quit []
davidtwco_ has joined #home-manager
davidtwco_ has quit [Client Quit]
davidtwco has joined #home-manager
kini has quit [Remote host closed the connection]
kini has joined #home-manager
<petrichor> what's the best way to consistently get the user's home directory when using the home-manager module in your nixos system configuration?
<petrichor> the whole thing is evaluated as root, so `~/some/path` resolves to `/root/some/path` when i want it to be `/home/myusername/some/path`
<petrichor> currently i have all those hardcoded but that feels a bit icky
<rycee> Jez (he/him): `config.home.homeDirectory` should work, I believe.
AWizzArd has quit [Changing host]
AWizzArd has joined #home-manager
rajivr has quit [Quit: Connection closed for inactivity]
cole-h has joined #home-manager
<petrichor> rycee: ah, perfect, thanks!
zmacs has quit [Read error: Connection reset by peer]
zmacs has joined #home-manager
cole-h_ has joined #home-manager
cole-h has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
cole-h_ is now known as cole-h
srk has quit [Remote host closed the connection]
srk has joined #home-manager
{`-`} has joined #home-manager
o1lo01ol1o has joined #home-manager
o1lo01ol1o has quit [Ping timeout: 240 seconds]
o1lo01ol1o has joined #home-manager
quinn has joined #home-manager
feepo has quit [Ping timeout: 246 seconds]
feepo has joined #home-manager
K0kada has joined #home-manager
<K0kada> Does someone knows how to use specialArgs with Flakes when using HM as a NixOS module?
<K0kada> I saw that standalone HM has the extraSpecialArgs
<K0kada> I wanted something similar for NixOS module to avoid the _module.args hack
<K0kada> Yeah, but how do you use it?
<K0kada> I tried and received an error
<K0kada> Hum...
<cole-h> Which is...? ;)
<K0kada> The option `home-manager.users.thiagoko.specialArgs' defined in `/nix/store/n3y7g6hcx8xbpylr7zl93wm9gahyzs75-source/nixos/home.nix' doesnot exist.
<K0kada> cole-h, So I need to create a submodule?
<infinisil> K0kada: _module.args isn't a hack
<infinisil> specialArgs is much more so
<cole-h> :D
<K0kada> Well, I don't know, it looks ugly for me hahahaha
<K0kada> Maybe because of the underline
<infinisil> special args are special because you can only set them during the module evaluation call
<infinisil> Whereas _module.args is just a normal option
<infinisil> The name _module just has a _ so that it doesn't conflict with any user-defined options (because _module.* options exist in all modules by default, without having to declare them)
<K0kada> Ok infinisil, since this is not a hack I will depend on it
<K0kada> I can do some simplifications thanks to it
<infinisil> :D
aveltras has joined #home-manager
__monty__ has quit [Quit: leaving]