apatel762 / home-infra

A repository containing all of the setup for my home infra (e.g. my laptop & soon, my server)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Put VSCode into toolbox container rather than package overlay #70

Closed apatel762 closed 2 years ago

apatel762 commented 2 years ago

It is the only thing that I am overlaying at the moment and the system would return to being 'clean' if I got rid of that (which will reduce the chances of things going wrong in the long run).

apatel762 commented 2 years ago

Very good docs here https://wiki.archlinux.org/title/desktop_entries

apatel762 commented 2 years ago

After some investigation; this is easy to do but difficult to fully automate without a complex helper script.

I'm going to steal https://github.com/A6GibKm/silverblue-tools and turn it into a Python package that I can install into the container and use from there.

apatel762 commented 2 years ago

Not sure how necessary a script like that would be, but would be nice to fully automate the setup of the .desktop entries.

Need to keep the script design in line with whatever I do on #71