summaryrefslogtreecommitdiff
path: root/home/mun/programs/nixcord.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
commit15d50528cf86e93bad19f65f1e4b47af49e94d71 (patch)
treecaaa600a8f38df84dc269a3844d276393e90262c /home/mun/programs/nixcord.nix
parent72ee2b5a1e65ce804d6e1dcfd11aec06385594cc (diff)
Nuked everything
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;
- };
- };
-}