Skip to content

Instantly share code, notes, and snippets.

@alycda
Created October 23, 2025 00:45
Show Gist options
  • Select an option

  • Save alycda/5259bfc6fb2f1affb2dca4b2fe1476d8 to your computer and use it in GitHub Desktop.

Select an option

Save alycda/5259bfc6fb2f1affb2dca4b2fe1476d8 to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [ pkgs.cheat ];
shellHook = ''
ln -sf $(pwd)/cheat-config ~/.config/cheat
'';
}
@alycda
Copy link
Copy Markdown
Author

alycda commented Jan 4, 2026

superseded by: alycda/dotfiles#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment