nixin72 / shan

A declarative wrapper around your favourite system-wide package manager
MIT License
8 stars 0 forks source link

[FEAT] - Making packages in your config with the :default key #10

Open nixin72 opened 2 years ago

nixin72 commented 2 years ago

Is your feature request related to a problem? Please describe. If I need to use multiple OSes, each with the same list of core packages, it would be nice to be able to not have them repeated under each distinct package manager.

Describe the solution you'd like A way to have a :default key in shan.edn, where all the packages in there will be installed using whatever the value of :default-manager is set to.

Describe alternatives you've considered Changing the package manager for each system or duplicating it.