Added typstfmt
This commit is contained in:
parent
781a03875c
commit
562970f62a
2 changed files with 1 additions and 10 deletions
|
@ -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";
|
||||||
|
|
|
@ -27,5 +27,6 @@
|
||||||
typescript-language-server
|
typescript-language-server
|
||||||
lua-language-server
|
lua-language-server
|
||||||
marksman
|
marksman
|
||||||
|
typstfmt
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue