update flake & add my st to inputs

This commit is contained in:
ant 2025-01-12 16:34:55 +01:00
parent 52861877da
commit 70e4d4f7a2
2 changed files with 78 additions and 7 deletions

View file

@ -11,6 +11,7 @@
url = "github:nix-community/nixGL";
inputs.nixpkgs.follows = "nixpkgs";
};
st-flexipatch.url = "https://git.antoinevaure.fr/ant/st-flexipatch/archive/master.zip";
};
outputs = { ... }@inputs:
@ -36,6 +37,9 @@
{
home.packages = [ nixgl.nixGLIntel ];
}
{
home.packages = [ inputs.st-flexipatch.packages.${system}.st ];
}
];
};
};