mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: added declarative config file
This commit is contained in:
parent
78215bf456
commit
a4640ffd96
1 changed files with 13 additions and 0 deletions
|
@ -8,4 +8,17 @@
|
||||||
vesktop
|
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
|
||||||
|
}
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue