From 9a81f4522dbed0525b5acebe531e63fc8267c98e Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Mon, 13 Oct 2025 00:25:34 +0100 Subject: [PATCH] cleanup(arrpc): removed --- nix/home.nix | 4 ---- nix/overlays.nix | 14 -------------- 2 files changed, 18 deletions(-) diff --git a/nix/home.nix b/nix/home.nix index dfdcc9c..2b75c84 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -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 = { diff --git a/nix/overlays.nix b/nix/overlays.nix index e4119ca..ef4f277 100644 --- a/nix/overlays.nix +++ b/nix/overlays.nix @@ -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 ];