From d2dba1003ddd06c55ca3885b3bd7d341dc2278d4 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sat, 11 Apr 2026 23:55:17 +0200 Subject: Add nixcord to home --- home/mun/default.nix | 1 + home/mun/programs/nixcord.nix | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 home/mun/programs/nixcord.nix (limited to 'home/mun') diff --git a/home/mun/default.nix b/home/mun/default.nix index 6a3d630..9d9000f 100644 --- a/home/mun/default.nix +++ b/home/mun/default.nix @@ -8,6 +8,7 @@ ./programs/ssh.nix ./programs/git.nix ./programs/nvim.nix + ./programs/nixcord.nix ]; home = { 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; + }; +} -- cgit v1.2.3