applications: replace vesktop with discord w/vencord

This commit is contained in:
Nico 2026-02-14 18:52:49 +11:00
parent da4227a051
commit edc3090577
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
3 changed files with 6 additions and 4 deletions

View file

@ -13,7 +13,7 @@
"/System/Applications/Messages.app"
"/Applications/Signal.app"
"/Applications/Nix Apps/Vesktop.app"
"/Applications/Nix Apps/Discord.app"
"/System/Applications/Mail.app"
{ spacer.small = true; }

View file

@ -5,7 +5,9 @@
audacity
obsidian
ani-cli
vesktop
(discord.override {
withVencord = true;
})
yt-dlp
] ++ lib.optionals pkgs.stdenv.isLinux (with pkgs; [
mpv

View file

@ -46,9 +46,9 @@ output_path = '~/.config/qt6ct/colors/matugen.conf'
input_path = './templates/hyprlock.conf'
output_path = '~/.config/hypr/hyprlock.conf'
[templates.vesktop]
[templates.discord]
input_path = './templates/discord.css'
output_path = '~/.config/vesktop/themes/midnight-discord.css'
output_path = '~/.config/Vencord/themes/midnight-discord.css'
[templates.sketchybar]
input_path = './templates/sketchybar.sh'