Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-09-02 12:59:18 +00:00
parent 8e234ca18e
commit c5f2af61a6
7 changed files with 43 additions and 35 deletions

5
modules/home/jujutsu.nix Normal file
View File

@@ -0,0 +1,5 @@
{
programs.jujutsu = {
enable = true;
};
}