update nvidia driver and other stuff

This commit is contained in:
Kopatz
2025-01-30 22:44:54 +01:00
parent 5bfe9cb367
commit 0bfddc473e
10 changed files with 36 additions and 14 deletions

6
modules/fh/writing.nix Normal file
View File

@@ -0,0 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
typst
typstwriter
];
}