This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-08-27 21:02:20 +02:00
parent 208d1ed7b4
commit 482b96d0ae
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, ... }@all: with all;
{
home = {
packages = with pkgs; [
glsl_analyzer
];
};
}