## Likely feasible - [ ] `~/.nvidia-settings-rc` - Yep, set by the nvidia driver. There's an [open issue](https://github.com/NVIDIA/nvidia-settings/issues/30) for changing this, but I think a wrapper around the binary might work - [ ] `~/.maptool*` - Should be possible to change by changing a config file in the package, but will need to override that - [ ] `~/.gtkrc-2.0` - Created by home-manager, likely possible to change - [ ] `~/.gnupg` - `GPGHOME` exists, just need to make sure ssh connects n stuff ## Less feasible - [ ] `~/.mozilla` - [Infuriating issue open for 21 years][firefox_bug] - [ ] `~/.pki` - Also caused by Firefox. Seriously, I need a different browser. Maybe I will switch to chrome after all. Or maybe patch Firefox. - [ ] `~/.java` - I set `_JAVA_OPTIONS`, not sure why this is created anyway. Seems [it's a bug][java_bug] - [ ] `~/.profile` - Fairly standard generic "env variable" definition point, unlikely to be able to change this one - [ ] `~/.ssh` - [ ] `~/.steam*` - hard-coded in steam backups by certain game developers [python_doc]: https://docs.python.org/3/library/readline.html?highlight=readline#example [java_bug]: https://bugzilla.redhat.com/show_bug.cgi?id=1154277 [firefox_bug]: https://bugzilla.mozilla.org/show_bug.cgi?id=259356#c127 [nix_bug]: https://github.com/NixOS/nix/issues/1079
Likely feasible
~/.nvidia-settings-rc~/.maptool*~/.gtkrc-2.0~/.gnupgGPGHOMEexists, just need to make sure ssh connects n stuffLess feasible
~/.mozilla~/.pki~/.java_JAVA_OPTIONS, not sure why this is created anyway. Seems it's a bug~/.profile~/.ssh~/.steam*