NixOS configuration
Find a file
2026-04-02 13:49:41 +02:00
home feat (home/graphical): proton pass 2026-04-02 13:49:41 +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): menhir-lsp 2026-02-13 17:49:26 +01:00
flake.lock chore!: nix flake update 2026-02-24 10:38:05 +01: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
└── [...]