ncmpcpp rice and stuff

This commit is contained in:
kat witch 2021-03-11 04:53:14 +00:00
parent c548add318
commit 7d899adde6
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
6 changed files with 61 additions and 16 deletions

View file

@ -10,6 +10,11 @@ let
discord = unstable.discord.override { nss = self.nss_latest; };
ncmpcpp = unstable.ncmpcpp.override {
visualizerSupport = true;
clockSupport = true;
};
arc = import sources.arc-nixexprs { pkgs = super; };
unstable = import sources.nixpkgs-unstable { inherit (self) config; };
nur = import sources.NUR {