fix(vesktop): commit settings.json and set mkOutOfStoreSymlink properly
Some checks are pending
Check flake / check (push) Waiting to run

This commit is contained in:
Youwen Wu 2025-02-05 01:14:05 -08:00
parent ddb398d725
commit 23b64ca198
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 616 additions and 610 deletions

View file

@ -2,6 +2,7 @@
pkgs, pkgs,
lib, lib,
config, config,
osConfig,
... ...
}: }:
{ {
@ -26,7 +27,8 @@
}; };
home.file = lib.mkIf config.liminalOS.programs.enable { 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; services.gnome-keyring.enable = true;

File diff suppressed because it is too large Load diff