Skip to content

Instantly share code, notes, and snippets.

@Janik-Haag
Created March 2, 2024 00:16
Show Gist options
  • Save Janik-Haag/8eb75ca993b52ddf3f0d0e633be982be to your computer and use it in GitHub Desktop.
Save Janik-Haag/8eb75ca993b52ddf3f0d0e633be982be to your computer and use it in GitHub Desktop.
{ pkgs
, ...
}:
{
environment.systemPackages = [
(pkgs.fuzzel.overrideAttrs (o: {
patches = (o.patches or [ ]) ++ [
./0001-vim-like-keybinds.patch
];
}))
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment