Added typstfmt

This commit is contained in:
fwastring 2025-09-17 16:03:35 +02:00
parent 781a03875c
commit 562970f62a
2 changed files with 1 additions and 10 deletions

View file

@ -31,16 +31,6 @@ in
kubernetes-tools.enable = true; kubernetes-tools.enable = true;
sops.defaultSopsFile = ../../secrets/sops.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.secrets.gandi_key = {
# This path is where the *decrypted* secret will be placed at runtime
path = "/run/secrets/gandi_key";
owner = "root";
mode = "0440";
};
stylix = { stylix = {
enable = true; enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-latte.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-latte.yaml";

View file

@ -27,5 +27,6 @@
typescript-language-server typescript-language-server
lua-language-server lua-language-server
marksman marksman
typstfmt
]; ];
} }