feat: removed declarative config files

This commit is contained in:
Nick 2025-05-14 14:45:23 -05:00
parent 0458687bfa
commit 0f80c17f12
2 changed files with 37 additions and 37 deletions

View file

@ -8,28 +8,28 @@
feishin feishin
; ;
}; };
xdg.configFile."feishin/config.json".text = '' # xdg.configFile."feishin/config.json".text = ''
{ # {
"window_has_frame": true, # "window_has_frame": true,
"bounds": { # "bounds": {
"x": 0, # "x": 0,
"y": 0, # "y": 0,
"width": 2560, # "width": 2560,
"height": 1080 # "height": 1080
}, # },
"maximized": true, # "maximized": true,
"fullscreen": false, # "fullscreen": false,
"theme": "system", # "theme": "system",
"resume": true, # "resume": true,
"lyrics": [ # "lyrics": [
"Genius", # "Genius",
"lrclib.net", # "lrclib.net",
"NetEase" # "NetEase"
], # ],
"window_window_bar_style": "linux", # "window_window_bar_style": "linux",
"window_minimize_to_tray": false, # "window_minimize_to_tray": false,
"window_enable_tray": false,! # "window_enable_tray": false,!
"window_start_minimized": false, # "window_start_minimized": false,
"window_exit_to_tray": false # "window_exit_to_tray": false
}''; # }'';
} }

View file

@ -8,17 +8,17 @@
vesktop vesktop
; ;
}; };
xdg.configFile."vesktop/settings.json".text = '' # xdg.configFile."vesktop/settings.json".text = ''
{ # {
"discordBranch": "stable", # "discordBranch": "stable",
"minimizeToTray": false, # "minimizeToTray": false,
"arRPC": true, # "arRPC": true,
"splashColor": "rgb(202, 211, 245)", # "splashColor": "rgb(202, 211, 245)",
"splashBackground": "rgb(36, 39, 58)", # "splashBackground": "rgb(36, 39, 58)",
"customTitleBar": false, # "customTitleBar": false,
"tray": false, # "tray": false,
"staticTitle": false, # "staticTitle": false,
"enableMenu": false # "enableMenu": false
} # }
''; # '';
} }