revisions

hate nvidia
This commit is contained in:
alsaiduq-lab 2025-12-12 12:11:48 -07:00
parent c4ab484bed
commit 6c3383c44b
8 changed files with 87 additions and 94 deletions

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
vivify
];
}