Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
responsively # Responsively
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
responsively # Responsively
];
}
Package Definition
{
"pname": "responsively",
"version": "1.17.0",
"src": {
"url": "https://github.com/responsively-org/responsively-app-releases/releases/download/v1.17.0/ResponsivelyApp-1.17.0-arm64.dmg",
"sha256": "884ff051da87c012b3a3fc03c6025a115e1135a493e41fb2871d38466327eccf"
},
"installPhase": [
"mkdir -p \"$out/Applications/ResponsivelyApp.app\" && cp -r \"ResponsivelyApp.app\" \"$out/Applications\""
],
"meta": {
"description": "Modified browser that helps in responsive web development",
"homepage": "https://responsively.app/"
}
}