Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
edex-ui # eDEX-UI
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
edex-ui # eDEX-UI
];
}
Package Definition
{
"pname": "edex-ui",
"version": "2.2.8",
"src": {
"url": "https://github.com/GitSquared/edex-ui/releases/download/v2.2.8/eDEX-UI-macOS-x64.dmg",
"sha256": "db38e5dea11e8b0f528c1a59971fe97cbecbcdd8cf29b21621ad7105173c3407"
},
"installPhase": [
"mkdir -p \"$out/Applications/eDEX-UI.app\" && cp -r \"eDEX-UI.app\" \"$out/Applications\""
],
"meta": {
"description": "Sci-fi themed terminal emulator and system monitor",
"homepage": "https://github.com/GitSquared/edex-ui"
}
}