aboutsummaryrefslogtreecommitdiff
path: root/common/arrpc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/arrpc.nix')
-rw-r--r--common/arrpc.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/common/arrpc.nix b/common/arrpc.nix
deleted file mode 100644
index 16f8be6..0000000
--- a/common/arrpc.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- inputs,
- pkgs,
- home,
- ...
-}: {
- imports = [
- inputs.arrpc.homeManagerModules.default
- ];
-
- home.packages = [pkgs.webcord-vencord];
-
- # provided by the arrpc-flake home-manager module
- services.arrpc.enable = true;
-}