Files
blog/content/trying-nix/index.md
2026-05-09 02:09:26 +02:00

424 B

+++ title = "Trying Nix" date = 2026-06-01 description = "" draft = true

[taxonomies] categories = [] tags = []

[extra] toc = true +++

Testing out Nix by converting my neovim setup into a nix flake to be easily installed/managed across systems.

Installing Nix

To install nix, I followed the instructions on the official nix website for installign the multi-user setup.