-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: filter to view only changed values #6
Comments
Great idea!! Just added a basic implementation in d38f533 |
Nice! Thanks! |
I just tried this, and it only shows me a small selection of the options I configured. |
Right now it shows only options that you have set in your configuration.nix or modified in the editor. Is it not doing that or did I misunderstand the request? |
I haven't changed anything in the editor, but it is showing only a small part of my configuration.nix. While looking up the above link, I noticed the exact problem: it is picking up the changes from my configuration.nix, but not from the imports. |
Right now modifying only a single configuration is supported. I made a new issue to track this here: #7 |
OK, thanks. |
Thanks for this wonderful project, I'm looking forward to be able to recommend NixOS (or snowflakeOS) to my non-nerd friends!
The text was updated successfully, but these errors were encountered: