Fixed mako; added visicut

This commit is contained in:
Jurn Wubben 2025-07-27 23:12:03 +02:00
parent f79aa0d5d6
commit 0ece7c4a29
5 changed files with 64 additions and 9 deletions

8
pkgs/default.nix Normal file
View file

@ -0,0 +1,8 @@
{
systems = ["x86_64-linux"];
perSystem = {pkgs, ...}: {
packages = {
visicut = pkgs.callPackage ./visicut {};
};
};
}