Skip to content

Instantly share code, notes, and snippets.

@divarvel
Last active July 31, 2018 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save divarvel/5fb1ae0f71a87f1ffe9a99bfc4d522ea to your computer and use it in GitHub Desktop.
Save divarvel/5fb1ae0f71a87f1ffe9a99bfc4d522ea to your computer and use it in GitHub Desktop.
self: super:
{
kakoune = super.kakoune.overrideAttrs (
drv: {
name = "kakoune-perso";
version = "divarvel";
src = super.fetchFromGitHub {
repo = "kakoune";
owner = "divarvel";
rev = "show-trailing-whitespace";
sha256 = "1r81aszp6w8d8303hm6n4v6p245q1h4kmqrgflrb3qksyl89bhqs";
};
});
"mopidy-gmusic" = super."mopidy-gmusic".overrideAttrs (
drv: {
name = "mopidy-gmusic";
version = "3.0.0";
src = super.fetchurl {
url = "https://github.com/mopidy/mopidy-gmusic/archive/v3.0.0.tar.gz";
sha256 = "0a2s4xrrhnkv85rx4w5bj6ih9xm34jy0q71fdvbzmi827g9dw5sz";
};
});
clementd = { inherit (self)
pwgen jq kakoune alacritty aspell autojump htop
fira-code fira-mono nix-repl pavucontrol ranger
ripgrep rustup scrot s3cmd tig tree unzip weechat
"xorg.xbacklight" "xorg.xsel" zathura "editorconfig-core-c";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment