add genericLinux to allegro
All checks were successful
/ build-all (push) Successful in 1m1s

This commit is contained in:
Antoine Vaure 2025-07-19 13:38:47 +02:00
parent e3c9e126fc
commit b250d123f8

View file

@ -36,6 +36,7 @@
{ home.username = "anvaure"; }
./home/home.nix
{ home.packages = [ nixgl.nixGLIntel ]; }
{ targets.genericLinux.enable = true; }
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
];
};