Discord, switch to native from vesktop

This commit is contained in:
Julia Lange 2025-04-18 20:03:39 -07:00
parent 7fd019b53f
commit 09806b22be

View file

@ -6,7 +6,7 @@
config = lib.mkIf config.discord.enable { config = lib.mkIf config.discord.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
vesktop # Base app discord # Base app
]; ];
}; };
} }