aboutsummaryrefslogtreecommitdiff
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.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/home/mun/programs/nixcord.nix b/home/mun/programs/nixcord.nix
new file mode 100644
index 0000000..3cc1199
--- /dev/null
+++ b/home/mun/programs/nixcord.nix
@@ -0,0 +1,11 @@
+{inputs, ...}: {
+ imports = [
+ inputs.nixcord.homeModules.nixcord
+ ];
+
+ programs.nixcord = {
+ enable = true;
+
+ discord.equicord.enable = true;
+ };
+}