From b250d123f8f667e893933304293240b333f8bc9b Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Sat, 19 Jul 2025 13:38:47 +0200 Subject: [PATCH] add genericLinux to allegro --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 7946a87..9db6fb0 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; } ]; };