big restruct
This commit is contained in:
14
pkgs/default.nix
Normal file
14
pkgs/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
systems = ["x86_64-linux"];
|
||||
|
||||
perSystem = {
|
||||
pkgs,
|
||||
inputs',
|
||||
...
|
||||
}: {
|
||||
packages = {
|
||||
bibata-hyprcursor = pkgs.callPackage ./bibata-hyprcursor {};
|
||||
wl-ocr = pkgs.callPackage ./wl-ocr {};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user