Migrate to vesktop

This commit is contained in:
2024-11-13 23:41:18 +01:00
parent 9258fcfca4
commit af2fb9477c
5 changed files with 3 additions and 13 deletions
+1
View File
@@ -55,6 +55,7 @@
".mozilla"
".config/google-chrome"
".config/discord"
".config/vesktop"
".config/YouTube\ Music"
".config/gh"
# Don't reinstall plugins on reboot
+1 -10
View File
@@ -17,7 +17,7 @@ in {
home.packages = with pkgs; [
google-chrome
discord
vesktop
firefox
mpv
xdg-utils
@@ -32,15 +32,6 @@ in {
postman
];
xdg.configFile."discord/settings.json" = {
force = true;
text = ''
{
"SKIP_HOST_UPDATE": true
}
'';
};
home.sessionVariables = rec {
# Waiting for https://github.com/mitchellh/ghostty/issues/809 before switching to ghostty
TERMINAL = "kitty";