dwarfmaster / arkenfox-nixos

Utilities to use arkenfox/user.js in NixOS
MIT License
67 stars 11 forks source link

overrides approach #51

Closed iambeingtracked closed 3 months ago

iambeingtracked commented 3 months ago

Is it possible to use arkenfox-nixos as the regular arkenfox user.js, enabling everything by default and only disabling specific prefs?

dwarfmaster commented 3 months ago

Not really, you need to enable each section explicitely, and even then, the settings that are commented in the user.js will still be disabled by default (however that might be what you want ?).

I should be possible to create a new option enable all sections at once. I will look into it when I have to motivation to do so.

dwarfmaster commented 3 months ago

Fixed by 92c9a28, you can set enableAllSections at the top level now.

iambeingtracked commented 3 months ago

Thank you. That option really helps with migrating an existing arkenfox setup from a non-nix machine as the way arkenfox is intended to be used is to enable it all and then override what you want