summaryrefslogtreecommitdiff
path: root/home/mun/programs/nixcord.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/mun/programs/nixcord.nix')
-rw-r--r--home/mun/programs/nixcord.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/home/mun/programs/nixcord.nix b/home/mun/programs/nixcord.nix
deleted file mode 100644
index 6e3d470..0000000
--- a/home/mun/programs/nixcord.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{inputs, ...}: {
- imports = [
- inputs.nixcord.homeModules.nixcord
- ];
-
- programs.nixcord = {
- enable = true;
-
- discord = {
- vencord.enable = true;
- };
- };
-}