applications: replace vesktop with discord w/vencord
This commit is contained in:
parent
da4227a051
commit
edc3090577
3 changed files with 6 additions and 4 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@
|
|||
audacity
|
||||
obsidian
|
||||
ani-cli
|
||||
vesktop
|
||||
(discord.override {
|
||||
withVencord = true;
|
||||
})
|
||||
yt-dlp
|
||||
] ++ lib.optionals pkgs.stdenv.isLinux (with pkgs; [
|
||||
mpv
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue