From 15d50528cf86e93bad19f65f1e4b47af49e94d71 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 12 Jun 2026 13:37:13 +0200 Subject: Nuked everything --- home/mun/programs/nixcord.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 home/mun/programs/nixcord.nix (limited to 'home/mun/programs/nixcord.nix') 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; - }; - }; -} -- cgit v1.2.3