GitHunt

❄ NixOS system and Emacs config

In NixOS, I run an impermanent setup with tmpfs as root, flakes, LUKS
encryption. Check out this blog post I made if you're interested.

Folder Structure

.
├── configs        # see below.
├── hosts          # host specific configuration files.
├── modules        # NixOS modules
├── profiles
│   ├── home       # home-manager profiles
│   └── nixos      # nixos profiles
├── secrets        # nix-sops encrypted secrets.
└── users          # user specific

configs

A sort of catch all for config / non-nix code.

Some are simply configuration files that are symlinked to ~/.config/ and managed
with home manager.

emacs

My emacs configuration code. See its readme for more information.

License

Dual licensed under either:

at your option.

Languages

Emacs Lisp51.6%Nix21.1%Lua18.6%GLSL8.1%Shell0.6%

Contributors

Apache License 2.0
Created June 14, 2014
Updated March 10, 2026