Get started on nix post
This commit is contained in:
22
content/trying-nix/index.md
Normal file
22
content/trying-nix/index.md
Normal file
@@ -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.
|
||||
|
||||
<!-- more -->
|
||||
|
||||
## Installing Nix
|
||||
To install nix, I followed the instructions on the [official nix website](https://nixos.org/download/) for installign the multi-user setup.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user