Skip to content

Commit

Permalink
41 papercuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzime committed Oct 21, 2024
1 parent ea50e14 commit 9db667d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Fixed warning when using `jj` to view the log
- Use `programs.jujutsu.settings` to configure `jj`
- Changed AltTab on macOS to only show windows from current space
- Fixed `jj` not using 1Password SSH Agent on macOS
- Added `jj`
Expand Down
6 changes: 6 additions & 0 deletions modules/vcs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,11 @@
};

programs.jujutsu.enable = true;
programs.jujutsu.settings = {
user.name = "Michael Hoang";
user.email = "[email protected]";

ui.default-command = "log";
};
};
}

0 comments on commit 9db667d

Please sign in to comment.