Add my self-packaged apps to `flake.nix` so I can easily update them in future.

This commit is contained in:
Whovian NTSN 2024-05-18 03:30:33 -04:00
parent 1b7aa8a8b3
commit a23fc68d9e
1 changed files with 6 additions and 0 deletions

View File

@ -106,5 +106,11 @@
];
};
};
packages.x86_64-linux = {
irdkit = callPackage ./home/packages/irdkit/package.nix {};
ird_tools = callPackage ./home/packages/ird_tools/package.nix {};
# rom-properties = callPackage ./home/packages/rom-properties/package.nix {};
};
};
}