Regenerated

This commit is contained in:
2026-03-24 20:51:50 +00:00
parent 1dd577b5de
commit b984ddb7d4
23 changed files with 3 additions and 806 deletions
+3
View File
@@ -486,6 +486,8 @@ in
** =generated/modules/traveldroid/apps/zsh.nix=
This sets up the zsh in the terminal
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/zsh.nix :noweb tangle :mkdirp yes :eval never-html
{ lib, pkgs, config, ... }:
{
programs.zsh = {
enable = true;
enableCompletion = true;
@@ -508,6 +510,7 @@ programs.zsh = {
];
};
};
}
#+END_SRC
* generated/modules/traveldroid/desktop