Keeping up to date.

This commit is contained in:
orca 2024-04-22 17:42:07 +02:00
parent dea36f780b
commit cbe83284b8
Signed by: orca
GPG key ID: 6923B8DFED96A68A
3 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,6 @@ let
wl-clipboard wl-clipboard
tor-browser-bundle-bin tor-browser-bundle-bin
mullvad-browser mullvad-browser
nixfmt
grim grim
radare2 radare2
typos typos

View file

@ -31,6 +31,6 @@
qt = { qt = {
enable = true; enable = true;
platformTheme = "gtk"; platformTheme.name = "gtk";
}; };
} }

View file

@ -35,6 +35,8 @@ name = "typst"
source.git = "https://github.com/uben0/tree-sitter-typst" source.git = "https://github.com/uben0/tree-sitter-typst"
source.rev = "master" source.rev = "master"
# Strip-space.
[[language]] [[language]]
name = "toml" name = "toml"
formatter = { command = "git", args = [ "stripspace" ] } formatter = { command = "git", args = [ "stripspace" ] }