chore: switch from yaml to toml
This commit is contained in:
parent
ed493cff29
commit
8d07a86fc4
7 changed files with 66 additions and 32 deletions
|
|
@ -149,8 +149,8 @@
|
|||
|
||||
home.packages = [ cfg.package ];
|
||||
|
||||
xdg.configFile."streamd/config.yaml".source =
|
||||
(pkgs.formats.yaml { }).generate "streamd-configuration"
|
||||
xdg.configFile."streamd/config.toml".source =
|
||||
(pkgs.formats.toml { }).generate "streamd-configuration"
|
||||
{
|
||||
base_folder = cfg.base-folder;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue