added kando, added blender config to persistent storage
This commit is contained in:
parent
9d429dc28d
commit
2e2d2a464f
7 changed files with 462 additions and 6 deletions
9
nixos/modules/kando/default.nix
Normal file
9
nixos/modules/kando/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
let folder = ".config/kando";
|
||||
in
|
||||
{
|
||||
home.file = {
|
||||
#"${folder}/config.json".source = ./config.json;
|
||||
"${folder}/menus.json".source = ./menus.json;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue