added kando, added blender config to persistent storage

This commit is contained in:
Aleksandr Lebedev 2024-12-23 12:08:34 +01:00
parent 9d429dc28d
commit 2e2d2a464f
7 changed files with 462 additions and 6 deletions

View file

@ -0,0 +1,9 @@
{ ... }:
let folder = ".config/kando";
in
{
home.file = {
#"${folder}/config.json".source = ./config.json;
"${folder}/menus.json".source = ./menus.json;
};
}