fixes and nvidia

This commit is contained in:
2024-09-02 11:13:38 +02:00
parent b1f63fc1b2
commit 6327a865b3
7 changed files with 89 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
{pkgs, ...}:
{
home.packages = [
pkgs.keepassxc
];
}