My Nix configurations for NixOS
  • Nix 96.5%
  • Lua 3.4%
  • Just 0.1%
Find a file
2026-03-18 22:37:21 +08:00
modules feat: update forgejo runner config 2026-03-18 22:37:21 +08:00
pkgs/by-name feat: add aagl again 2026-03-16 05:39:44 +08:00
secrets feat: remove all metric services 2026-03-16 06:00:20 +08:00
.envrc feat: devshell 2025-10-07 17:09:19 +08:00
.gitignore feat: update gitignore 2025-12-15 16:42:25 +08:00
flake.lock build(deps): update flake 2026-03-16 12:52:14 +08:00
flake.nix build(deps): update flake 2026-03-16 12:52:14 +08:00
justfile build: update justfile 2026-01-17 16:48:01 +08:00
LICENSE docs: add LICENSE 2025-07-06 18:50:14 +08:00
README.md docs: update README 2025-12-07 15:51:38 +08:00
README.zh-CN.md docs: update README 2025-12-07 15:51:38 +08:00

HPCesia's Nix Config

English | 简体中文

My Dendritic Pattern Nix configuration, for a NixOS laptop and a NixOS VPS.

Component List

NixOS
Desktop Niri + Noctalia Shell
Terminal Ghostty / foot + Zellij
Shell Fish + Starship + Atuin
Color Theme Catppuccin Mocha (with Stylix)
Input Method Fcitx5 + Rime (using rime-ice)
File Management Yazi / Thunar
Text Editor VSCode / Zed + Helix (with Zide)
Browser Floorp + Chromium
Media Player mpv (video) + rmpc (music)
Image Viewer Loupe
Secrets Management Vaultix

Deployment

Warning

You should not deploy this configuration directly on your host, as it contains secrets that only I can decrypt and use.

For Local NixOS

nh os boot .#kevin

For Remote NixOS

deploy .

Acknowledgements