mirror of
https://github.com/zoriya/flake.git
synced 2026-06-04 03:06:54 +00:00
Jujutsu setup
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./zsh
|
./zsh
|
||||||
./tools/git.nix
|
./tools/git.nix
|
||||||
|
./tools/jujutsu.nix
|
||||||
./tools/tmux.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
|
rename # this is perl-rename
|
||||||
gfold
|
gfold
|
||||||
lsof
|
lsof
|
||||||
jujutsu
|
|
||||||
]
|
]
|
||||||
++ lib.optionals pkgs.stdenv.isLinux [
|
++ lib.optionals pkgs.stdenv.isLinux [
|
||||||
usbutils
|
usbutils
|
||||||
|
|||||||
Reference in New Issue
Block a user