This is my NixOS config for daily driving. This includes NixVim, a neovim distro based on NIX.
I am using homemanager for userspace management. LOOK UP PROPER README FORMATTING AAA
-
Acquire or build a NixOS 24.05+ image:
# Yoink nixos-unstable from upstream $ wget -O nixos.iso https://channels.nixos.org/nixos-unstable/latest-nixos-minimal-x86_64-linux.iso -
Install on machine
-
Clone these dotfiles somewhere:
$ git clone --recursive https://github.com/zainkergaye/nixosdotfiles
-
Build the system:
# Ensure flakes are enabled before too $ sudo nixos-rebuild switch --flake .
-
Then reboot and you're good to go!
Warning
Don't forget to change the user and hostname, both are in many places in the config.

