mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
reorg
This commit is contained in:
parent
8bcd089b3a
commit
93664e4120
15 changed files with 163 additions and 74 deletions
10
nixcfgs/modules/home/dev/typst.nix
Normal file
10
nixcfgs/modules/home/dev/typst.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
typst
|
||||
typstyle
|
||||
];
|
||||
|
||||
programs.vscode.profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||
myriad-dreamin.tinymist
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue