cleanup(arrpc): removed

This commit is contained in:
2025-10-13 00:25:34 +01:00
parent b8231697e5
commit 9a81f4522d
2 changed files with 0 additions and 18 deletions

View File

@@ -96,10 +96,6 @@
dunst = {
enable = true;
};
arrpc = {
enable = true;
package = pkgs.arrpc;
};
};
# {{{{{ TODO Put in different file
systemd.user.services.pw-discordaudio-virtual-device = {

View File

@@ -6,19 +6,6 @@
...
}:
let
arrpc_overlay = (
self: super: {
arrpc = super.arrpc.overrideAttrs (prev: {
version = "git";
src = pkgs.fetchFromGitHub {
owner = "Doloro1978";
repo = "arrpc";
tag = "tag3";
sha256 = "sha256-9Tnw/BmIAA+RPAfhHFv0kenrRdoxJuUw3iRjKykGxdE=";
};
});
}
);
youtube-music = (
self: super: {
youtube-music = super.youtube-music.overrideAttrs (prev: {
@@ -46,7 +33,6 @@ let
in
{
nixpkgs.overlays = [
# arrpc_overlay # idk i flake update and it doesnt wanna
gamescope_overlay
youtube-music
];