No description
Find a file
2026-02-17 23:18:40 +01:00
home feat (home/taskwarrior): taskd config 2026-02-17 22:52:02 +01:00
hosts chore (hosts/mystra/taskd): comments 2026-02-17 23:18:40 +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 feat (hosts/mystra)!: server configuration 2026-02-17 14:26:44 +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
└── [...]