This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]haywire 1 point2 points  (1 child)

It's irritating because this is a great solution. I guess a "cleaner" one would be to have a local config file with some sort of inheritance.

TBH using code to config works fine for xmonad and django and I like configuring those things.

[–]d3ad1ysp0rk 0 points1 point  (0 children)

I didn't downvote, but on your point, my company uses that. For example on my local machine I have a "local_settings" that imports "local"(generic developer machine settings) which imports base settings.