sync
This commit is contained in:
parent
169964b69b
commit
36b583acb2
9 changed files with 99 additions and 137 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue