Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
fluor # Fluor
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
fluor # Fluor
];
} Package Definition
{
"pname": "fluor",
"version": "2.5.1",
"src": {
"url": "https://github.com/Pyroh/Fluor/releases/download/2.5.1/Fluor.2.5.1.dmg",
"sha256": "adcb2651ab81bc10e4682ef264724b27137444f10f1bbb867e7d0bd7b6063d46"
},
"installPhase": [
"mkdir -p \"$out/Applications/Fluor.app\" && cp -r \"Fluor.app\" \"$out/Applications\""
],
"meta": {
"description": "Change the behavior of the fn keys depending on the active application",
"homepage": "https://github.com/Pyroh/Fluor"
}
}