mirror of
https://github.com/zoriya/flake.git
synced 2026-05-24 07:30:21 +00:00
Jujutsu setup
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
imports = [
|
||||
./zsh
|
||||
./tools/git.nix
|
||||
./tools/jujutsu.nix
|
||||
./tools/tmux.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{...}: {
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "Zoe Roux";
|
||||
email = "zoe.roux@zoriya.dev";
|
||||
};
|
||||
signing = {
|
||||
behavior = "own";
|
||||
backend = "ssh";
|
||||
allowed-signers = "~/.ssh/allowed_signers";
|
||||
};
|
||||
git = {
|
||||
auto-local-bookmark = true;
|
||||
};
|
||||
core = {
|
||||
fsmonitor = "watchman";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -292,7 +292,6 @@
|
||||
rename # this is perl-rename
|
||||
gfold
|
||||
lsof
|
||||
jujutsu
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.isLinux [
|
||||
usbutils
|
||||
|
||||
Reference in New Issue
Block a user