feat: initial flake

This commit is contained in:
Felix Schröter 2025-02-19 13:22:17 +01:00
commit 5ec0d447cf
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 96 additions and 0 deletions

3
.helix/languages.toml Normal file
View file

@ -0,0 +1,3 @@
[[language]]
name = "nix"
formatter = { command = "nixfmt" }