diff --git a/modules/home/gui/apps/media/audio/audioPlaying/feishin/default.nix b/modules/home/gui/apps/media/audio/audioPlaying/feishin/default.nix index f489a4f..a70096e 100755 --- a/modules/home/gui/apps/media/audio/audioPlaying/feishin/default.nix +++ b/modules/home/gui/apps/media/audio/audioPlaying/feishin/default.nix @@ -8,28 +8,28 @@ feishin ; }; - xdg.configFile."feishin/config.json".text = '' - { - "window_has_frame": true, - "bounds": { - "x": 0, - "y": 0, - "width": 2560, - "height": 1080 - }, - "maximized": true, - "fullscreen": false, - "theme": "system", - "resume": true, - "lyrics": [ - "Genius", - "lrclib.net", - "NetEase" - ], - "window_window_bar_style": "linux", - "window_minimize_to_tray": false, - "window_enable_tray": false,! - "window_start_minimized": false, - "window_exit_to_tray": false - }''; + # xdg.configFile."feishin/config.json".text = '' + # { + # "window_has_frame": true, + # "bounds": { + # "x": 0, + # "y": 0, + # "width": 2560, + # "height": 1080 + # }, + # "maximized": true, + # "fullscreen": false, + # "theme": "system", + # "resume": true, + # "lyrics": [ + # "Genius", + # "lrclib.net", + # "NetEase" + # ], + # "window_window_bar_style": "linux", + # "window_minimize_to_tray": false, + # "window_enable_tray": false,! + # "window_start_minimized": false, + # "window_exit_to_tray": false + # }''; } diff --git a/modules/home/gui/apps/messaging/discord/vesktop/default.nix b/modules/home/gui/apps/messaging/discord/vesktop/default.nix index 4e7ec10..fc8a16c 100755 --- a/modules/home/gui/apps/messaging/discord/vesktop/default.nix +++ b/modules/home/gui/apps/messaging/discord/vesktop/default.nix @@ -8,17 +8,17 @@ vesktop ; }; - xdg.configFile."vesktop/settings.json".text = '' - { - "discordBranch": "stable", - "minimizeToTray": false, - "arRPC": true, - "splashColor": "rgb(202, 211, 245)", - "splashBackground": "rgb(36, 39, 58)", - "customTitleBar": false, - "tray": false, - "staticTitle": false, - "enableMenu": false - } - ''; + # xdg.configFile."vesktop/settings.json".text = '' + # { + # "discordBranch": "stable", + # "minimizeToTray": false, + # "arRPC": true, + # "splashColor": "rgb(202, 211, 245)", + # "splashBackground": "rgb(36, 39, 58)", + # "customTitleBar": false, + # "tray": false, + # "staticTitle": false, + # "enableMenu": false + # } + # ''; }