Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
skint # Skint
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
skint # Skint
];
}
Package Definition
{
"pname": "skint",
"version": "1.08,2024.08",
"src": {
"url": "https://eclecticlight.co/wp-content/uploads/2024/08/skint108.zip",
"sha256": "f019af31ba25b3c1f93d94e5cd5764d49bd30f9ebd1f44e13804654f3b399548"
},
"installPhase": [
"mkdir -p \"$out/Applications/skint108/Skint.app\" && cp -r \"skint108/Skint.app\" \"$out/Applications\"",
"mkdir -p \"$out/Applications/skint108/SkintM.app\" && cp -r \"skint108/SkintM.app\" \"$out/Applications\""
],
"meta": {
"description": "Check status of key security settings and features",
"homepage": "https://eclecticlight.co/lockrattler-systhist/"
}
}