feat(latex): Add texstudio

This commit is contained in:
Tibo De Peuter 2025-09-25 10:53:41 +02:00
parent c01f5d71f2
commit e3e91b235f
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
3 changed files with 6 additions and 3 deletions

0
latex/.envrc Normal file
View file

6
latex/flake.lock generated
View file

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1755268003, "lastModified": 1758701979,
"narHash": "sha256-nNaeJjo861wFR0tjHDyCnHs1rbRtrMgxAKMoig9Sj/w=", "narHash": "sha256-c7DUti3XM1aga8oVgaPnrVmEeCFtN9PaBxyNuqx8jPc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "32f313e49e42f715491e1ea7b306a87c16fe0388", "rev": "e2642aa7d5a15eae586932a56f4294934f959c14",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -24,6 +24,9 @@
# Presentation tools # Presentation tools
pdfpc pdfpc
pympress pympress
# Editor
texstudio
]; ];
}; };
} }