Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ Neorg's setup process is slightly more complex than average, so we encourage you
installation process, run `:checkhealth neorg` to see if everything's
correct!**

### nix one-liner

If you have [nix](https://nixos.org/) with [flakes](https://nixos.wiki/wiki/Flakes) enabled, you can try neorg in one line:

`nix run 'github:nvim-neorg/neorg?dir=flake-app'`

It opens a self-contained neorg bundled with xterm, fonts, colorscheme and other basic configurations,
so that you can try neorg with zero hassle.

It opens the default neorg workspace under `~/neorg-notes`. Copy and modify `flake-app/flake.nix` if you want to change the path.

### `neorg-kickstart`

Not bothered to set up Neovim on your own? Check out our [kickstart config](https://github.com/nvim-neorg/neorg/wiki/Kickstart)
Expand Down
241 changes: 241 additions & 0 deletions flake-app/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading