freeman42x / haskell-editor-setup

Easy instructions for setting up Haskell editors / IDEs on any major operating system.
GNU General Public License v3.0
101 stars 15 forks source link

1d - Use Home Manager for all Nix #122

Closed freeman42x closed 4 years ago

freeman42x commented 4 years ago

Currently we are either using configuration.nix on NixOS or user level configuration on Debian.

We need to switch to home manager since it is a better option.

[Bounty: 12 Euro]

freeman42x commented 4 years ago

Closing this since we should not enforce specific ways of configuration upon users. We should analyze what package configurations the user uses and choose based on that if he did not provide an override of what he wants to be used.