mirror of
https://github.com/zoriya/flake.git
synced 2026-05-30 17:49:24 +00:00
Migrate to vesktop
This commit is contained in:
@@ -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
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user