This commit is contained in:
41666 2024-05-30 23:03:46 -04:00
parent 169964b69b
commit 36b583acb2
9 changed files with 99 additions and 137 deletions

View file

@ -7,11 +7,21 @@
../../features/vesktop
];
home.packages = with pkgs; [
home.packages = with pkgs; let
nicotine-plus-master = pkgs.nicotine-plus.overrideAttrs(final: prev: {
src = pkgs.fetchFromGitHub {
owner = "nicotine-plus";
repo = "nicotine-plus";
rev = "d2fd71a78fcb0e8a661f696398e15d83df62d68f";
sha256 = "sha256-z+rtPNgezTpWGHFU+IRlq9LZS9V0T4tVZ2JcZKRyPc0=";
};
});
in [
qbittorrent
spotify
teamspeak_client
signal-desktop-beta
nicotine-plus-master
];
programs.vscode = {