Discord, switch to native from vesktop

This commit is contained in:
Julia Lange 2025-04-18 20:03:39 -07:00
parent 90f4128164
commit 196e86723b
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto

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
]; ];
}; };
} }