restructuring avizo configuration

This commit is contained in:
2025-10-09 09:49:26 -06:00
parent 17b9678ed4
commit 93cf3e672d
2 changed files with 13 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
{config, pkgs, ...}:
{
home.packages.avizo.enable = true;
home.file = {
"config.ini" = {
enable = true;
source = ../../packages/avizo/config.ini;
target = ".config/avizo/config.ini";
};
};
}