<paraseba>
I need to include the username in a home.file.tex, how could I do that?
<cole-h>
`${home.username}`
<energizer>
.tex?
<paraseba>
energizer: sorry, home.file.text
<paraseba>
cole-h: that gives me: undefined variable 'home'
<cole-h>
${config.home.username}
<paraseba>
oh that did it, thanks cole-h
paraseba has quit [Quit: WeeChat 2.8]
cole-h has quit [Quit: Goodbye]
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
teto has joined #home-manager
__monty__ has joined #home-manager
GiseleBund has joined #home-manager
GiseleBund has quit [Client Quit]
epic_guy[m] has joined #home-manager
cmacrae has joined #home-manager
<cmacrae>
Hey people o/ Are there any docs for writing your own hm modules? I've tried using 'home.packages' and 'home.activation' in a module, but it doesn't seem 'home' is in scope
hmpffff has joined #home-manager
hmpffff_ has quit [Ping timeout: 240 seconds]
<infinisil>
cmacrae: What's the code you tried?
hmpffff_ has joined #home-manager
hmpffff has quit [Ping timeout: 260 seconds]
klntsky has quit [Ping timeout: 240 seconds]
klntsky has joined #home-manager
klntsky has quit [Remote host closed the connection]
klntsky has joined #home-manager
cmacrae` has joined #home-manager
cmacrae has quit [Ping timeout: 272 seconds]
cmacrae` has quit [Ping timeout: 272 seconds]
teto has quit [Ping timeout: 260 seconds]
teto has joined #home-manager
romanofski_ has quit [Ping timeout: 246 seconds]
romanofski has joined #home-manager
romanofski has quit [Ping timeout: 256 seconds]
<philipp[m]>
Where do I set environment varibles for sway?
<philipp[m]>
Talking of MOZ_ENABLE_WAYLAND=1 to be specific. I can set them in my launcher but then I can't click any links on applications because they try to start a FF via X.
<philipp[m]>
Ah! extraSessionCommands seems to be what I want. Lemme check.
cp9 has joined #home-manager
<cp9>
how do people debug their HM configs? for example can I print out what's in config.home? I'd like to see what all my options are
cole-h has joined #home-manager
teto has quit [Ping timeout: 272 seconds]
<srk>
man home-configuration.nix ?
<srk>
not quite, you can try to eval it but I don't know exactly how