Hi Zaz,

I also use /etc/skel in the template for certain things.

Example:

I create /etc/skel/.bash_customizations and append this like to
/etc/skel/.bashrc:

[ -f "${HOME}/.bash_customizations" ] && . "${HOME}/.bash_customizations"

So, anything which must be universal to all AppVMs is customized
through the template in /etc/skel/.bash_customizations. Then, each
AppVM can further customize through "${HOME}/.bash_customizations".

Another possible approach might be to use /usr/local/etc for
AppVM-specific config, however the particular app must be made to
support that.

Could that work for you?

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/qubes-devel/20250929084401.66e9b0b6%40localhost.

Reply via email to