]> git.scottworley.com Git - nix-env-apps/blobdiff - README.md
Remove stray ( from documentation example of env template
[nix-env-apps] / README.md
index 26a7499cf92b23af2657aa06112fadafd6d25c7f..b4c479614a3f2a164aca3bd68ab813893536a945 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ A simple GUI to make managing declarative nix-env easier
 
 It has two buttons: "Edit Configuration" and "Apply Configuration"
 
+![screenshot](nix-env-apps/blob_plain/HEAD:/screenshot.png)
+
 The "Edit Configuration" button launches an editor on
 `~/.config/nixpkgs/overlays/userPackages.nix`, creating it with a
 useful template if it doesn't exist.  All you have to do is put the
@@ -14,7 +16,7 @@ where shown here:
     final: prev: {
       userPackages = final.buildEnv {
         name = "userPackages";
-        paths = (with final; [
+        paths = with final; [
 
           firefox
           libreoffice