summaryrefslogtreecommitdiff
path: root/hm/soft/nixcord.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/nixcord.nix')
-rw-r--r--hm/soft/nixcord.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/hm/soft/nixcord.nix b/hm/soft/nixcord.nix
index bd43501..ee732e8 100644
--- a/hm/soft/nixcord.nix
+++ b/hm/soft/nixcord.nix
@@ -14,13 +14,11 @@ in
options.hm.soft.nixcord.enable = lib.mkEnableOption "nixcord configuration";
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
- stoat-desktop
- element-desktop
- gajim
equibop
+ gajim
];
programs.nixcord = {
- # enable = true;
+ enable = true;
discord = {
enable = true;
autoscroll.enable = true;