NixOS configuration
Find a file
2026-04-02 14:20:23 +02:00
home feat (packages/helix): lsp configs 2026-04-02 14:18:55 +02:00
hosts fix (hosts/mystra/forgejo): no custom template 2026-02-27 16:27:28 +01:00
nixos feat (nixos/server): add public ssh key for elistraee 2026-02-17 18:01:40 +01:00
shells feat (shells/why3-dev): cleanup 2026-04-02 14:19:57 +02:00
flake.lock chore: nix flake update 2026-04-02 14:20:23 +02:00
flake.nix feat (hosts/mystra)!: server configuration 2026-02-17 14:26:44 +01:00
README.md chore: modularization, factorization 2026-01-21 00:37:15 +01:00

Nixos configuration

.
├── flake.nix  // Top-level flake
├── home/      // home-manager configuration
├── hosts/     // host-specific configuration
├── nixos/     // generic system configuration
├── shells/    // generic development shells
└── [...]