From 1fd201eda408a8c3eec5236d6e0c666e0e747ca8 Mon Sep 17 00:00:00 2001 From: lol3rrr Date: Sat, 9 May 2026 02:09:26 +0200 Subject: [PATCH] Get started on nix post --- content/trying-nix/index.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/trying-nix/index.md diff --git a/content/trying-nix/index.md b/content/trying-nix/index.md new file mode 100644 index 0000000..2fdafbc --- /dev/null +++ b/content/trying-nix/index.md @@ -0,0 +1,22 @@ ++++ +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](https://nixos.org/download/) for installign the multi-user setup. + +