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
tor-browser-bundle-bin
mullvad-browser
nixfmt
grim
radare2
typos

View File

@ -31,6 +31,6 @@
qt = {
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.rev = "master"
# Strip-space.
[[language]]
name = "toml"
formatter = { command = "git", args = [ "stripspace" ] }