From: Scott Worley Date: Wed, 24 Sep 2025 21:56:40 +0000 (-0700) Subject: README: Include a screenshot X-Git-Url: http://git.scottworley.com/nix-env-apps/commitdiff_plain/HEAD?hp=6a3fa4dc1e4166e0e4e602a2de3cf9c98cf677db README: Include a screenshot --- diff --git a/README.md b/README.md index 26a7499..ec3e43f 100644 --- 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 diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..370b935 Binary files /dev/null and b/screenshot.png differ