typst support
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
};
|
||||
script = ''
|
||||
${pkgs.furmark}/bin/furmark --demo furmark-gl &
|
||||
sleep 1m
|
||||
hyprctl dispatch dpms off
|
||||
sleep 1h
|
||||
pkill furmark
|
||||
|
||||
Reference in New Issue
Block a user