nix-community / dconf2nix

:feet: Convert dconf files (e.g. GNOME Shell) to Nix, as expected by Home Manager [maintainer=@jtojnar]
Apache License 2.0
228 stars 6 forks source link

feature request: stdin/stdout support #5

Closed bbigras closed 4 years ago

bbigras commented 4 years ago

so we could do:

dconf dump / | dconf2nix > dconf.nix

gvolpe commented 4 years ago

This one does not seem that easy but I'll see what I can do about it :+1:

gvolpe commented 4 years ago

It wasn't that hard after all :) I'll make a new release after this gets in.