Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
fvim # FVim
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
fvim # FVim
];
} Package Definition
{
"pname": "fvim",
"version": "0.3.549,ee4316c",
"src": {
"url": "https://github.com/yatli/fvim/releases/download/v0.3.549%2Bee4316c/fvim-osx-x64-v0.3.548+g2e4087d-2-gee4316c.zip",
"sha256": "2e08052e16100189448f938f0f87dbd0cd6e81c20fcccb11ac70bc39df5bc412"
},
"installPhase": [
"mkdir -p \"$out/Applications/FVim.app\" && cp -r \"FVim.app\" \"$out/Applications\""
],
"meta": {
"description": "GUI for the Neovim text editor",
"homepage": "https://github.com/yatli/fvim"
}
}