nix-inspect icon indicating copy to clipboard operation
nix-inspect copied to clipboard

Filter out modules that aren't enabled

Open bluskript opened this issue 2 years ago • 0 comments

Have a way to toggle visibility of disabled modules in the viewer. To possibly to reduce complexity of the inspector itself it could be easier to just write a nix expression that does this.

Additionally, make it possible to filter and only show things that are changed from the default in the list? (Seems hard, seems like you have to evaluate each attr to know if its equal to the default or not)

bluskript avatar Apr 12 '24 03:04 bluskript