Polish ringtail NixOS config and add documentation #208

Merged
eblume merged 30 commits from feature/ringtail-nixos into main 2026-02-18 17:53:48 -08:00
Showing only changes of commit 24fc5df7ec - Show all commits

Add gnupg and nix-ld for mise-installed runtimes

gnupg fixes GPG verification warnings. nix-ld provides a dynamic
linker shim so generic Linux binaries (dotnet, rustup, etc.)
downloaded by mise can run on NixOS.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Erich Blume 2026-02-18 11:21:39 -08:00

View file

@ -133,8 +133,12 @@
gnumake
pkg-config
openssl
gnupg
];
# Allow running dynamically linked binaries (mise-installed runtimes, etc.)
programs.nix-ld.enable = true;
# Fonts
fonts.packages = with pkgs; [
nerd-fonts.victor-mono