From 562970f62a4fb289fc478852b168f04ad8efdaaf Mon Sep 17 00:00:00 2001 From: fwastring Date: Wed, 17 Sep 2025 16:03:35 +0200 Subject: [PATCH] Added typstfmt --- maskiner/core/configuration.nix | 10 ---------- moduler/lsp.nix | 1 + 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/maskiner/core/configuration.nix b/maskiner/core/configuration.nix index 22e00b9..50b43a5 100644 --- a/maskiner/core/configuration.nix +++ b/maskiner/core/configuration.nix @@ -31,16 +31,6 @@ in 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 = { enable = true; base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-latte.yaml"; diff --git a/moduler/lsp.nix b/moduler/lsp.nix index 1c9131e..c052aa8 100644 --- a/moduler/lsp.nix +++ b/moduler/lsp.nix @@ -27,5 +27,6 @@ typescript-language-server lua-language-server marksman + typstfmt ]; }