mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 11:38:29 -07:00
feat: declaratively configure vesktop
This commit is contained in:
parent
a774012171
commit
f54fb9463f
4 changed files with 47 additions and 1243 deletions
|
@ -27,10 +27,5 @@
|
|||
spt = "${lib.getExe pkgs.spotify-player}";
|
||||
};
|
||||
|
||||
home.file = lib.mkIf config.liminalOS.programs.enable {
|
||||
".config/vesktop/settings.json".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${osConfig.liminalOS.flakeLocation}/hm/modules/linux/var/settings.json";
|
||||
};
|
||||
|
||||
services.gnome-keyring.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue