<hpfr>
with `programs.ssh` you can configure the system-wide ssh config in /etc. Can home-manager be used to configure the root user's ssh config? Or can this be done with a nixos option? I want this config to be specific to the root user for remote builds
<Guest73231>
alright, yea I am going to use that for now.
<Guest73231>
is there build in function to read file to '' ?
<Guest73231>
something like `home.file.".config/sway/_config".text;`
<NobbZ[m]>
`builtins.readFile` can read from any file
<NobbZ[m]>
And returns a string representing the content of the file
Guest73231 has quit [Remote host closed the connection]
daniel has joined #home-manager
daniel is now known as Guest39646
Guest39646 has quit [Remote host closed the connection]
ec3342888777oooo has joined #home-manager
ec3342888777oooo has quit [Remote host closed the connection]
kenran has quit [Ping timeout: 258 seconds]
<judson>
Does anyone have advice on config files that get edited by their program? I was trying to make hexchat sensible, and I'd also like to be able to edit Ultisnips in Vim.
<judson>
I'm vaguely considering a postinstall script to copy them into place, along with conveniences to sync them back into home-manager.
<zeta_0>
rycee: oh ok, that's good to know, some of my emacs packages are not working correctly, so i think upgrading to the new emacs27 should fix a lot of that stuff, thanks for help.