Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1022 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 1022 Bytes

My NixOS configuration

The instructions here are only valid for this personal configuration which you probably don't want to use because:

  1. My Nix-fu sucks.
  2. You probably don't want half the stuff that I deem necessary for my computing experience.
  3. This is very much work-in-progress.

Features

  • automated partitioning based on disko, see config
  • Self-erasing /root and /home partitions using impermanence. see config
  • Secret management based on agenix
  • Custom Neovim config based on NixVim that lives in its own flake for easy installation in other systems (e.g. WSL on a Windows machine).

Inspiration