mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
fix(vesktop): commit settings.json and set mkOutOfStoreSymlink properly
This commit is contained in:
parent
ddb398d725
commit
23b64ca198
2 changed files with 616 additions and 610 deletions
|
@ -2,6 +2,7 @@
|
|||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
osConfig,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -26,7 +27,8 @@
|
|||
};
|
||||
|
||||
home.file = lib.mkIf config.liminalOS.programs.enable {
|
||||
".config/vesktop/settings.json".source = config.lib.file.mkOutOfStoreSymlink ./var/settings.json;
|
||||
".config/vesktop/settings.json".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${osConfig.liminalOS.flakeLocation}/hm/modules/linux/var/settings.json";
|
||||
};
|
||||
|
||||
services.gnome-keyring.enable = true;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue