Add nixos config

This commit is contained in:
Martin Pander
2026-02-06 15:23:14 +01:00
parent 802c215d71
commit 0e00b8811a
24 changed files with 1754 additions and 14 deletions

View File

@@ -77,5 +77,12 @@
};
};
programs.jujutsu.enable = true;
programs.jujutsu = {
enable = true;
settings = {
aliases = {
tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@-"];
};
};
};
}