typst support

This commit is contained in:
2026-01-25 10:31:35 -05:00
parent e395a24dff
commit 84eef30638
2 changed files with 6 additions and 0 deletions

View File

@@ -92,6 +92,7 @@
"$mainMod, V, togglefloating,"
",F4, exec, rofi -show combi -combi-modes 'drun,filebrowser'"
"$mainMod, A, togglesplit"
", PRINT, exec, hyprshot -m region --clipboard-only"
# Move between windows
"$mainMod, h, movefocus, l"
@@ -169,6 +170,7 @@
rust-lang.rust-analyzer # Rust
mkhl.direnv # recognize custom nix environments
tamasfe.even-better-toml # toml file support
myriad-dreamin.tinymist # typst files
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "skillavid-pure-black";
@@ -262,6 +264,9 @@
ollama-rocm
python3
direnv # develop projects in custom environments
hyprshot # screenshots
typst # typst compilation
tinymist # typst previews
];
};

View File

@@ -21,6 +21,7 @@
};
script = ''
${pkgs.furmark}/bin/furmark --demo furmark-gl &
sleep 1m
hyprctl dispatch dpms off
sleep 1h
pkill furmark