<aveltras>
benkolera: i see, thanks for the example repo, will definitly help !
<benkolera>
That way I don't need to checkout something to /etc and it means that I have to commit stuff to get it on my system ( i forgot all the time and got mad when i forgot to commit something from work and then didn't have it at home, etc).
vdemeest has joined #home-manager
vdemeest has quit [Quit: vdemeest]
steell has joined #home-manager
steell has quit [Ping timeout: 248 seconds]
<aveltras>
anyone knows how to set gnome background wallpaper with home manager ?
<aveltras>
to answer myself, i can be achieved using the dconf.settings attribute
<codedmart>
Is home manager intended to be used for all your bashrc settings?
<infinisil>
codedmart: You can use it however you like. I use home-manager for all my shell stuff, but you can also not do that
<infinisil>
Or you can have part of your config declarative with home-manager, but do a `source ~/.stateful-bashrc` to include a dynamic part in the config you can quickly change