home: Enable jujutsu
This commit is contained in:
parent
ba693ccad9
commit
d39af34997
1 changed files with 8 additions and 0 deletions
|
@ -98,6 +98,13 @@ in
|
|||
};
|
||||
};
|
||||
gpg.enable = true;
|
||||
jujutsu = {
|
||||
enable = true;
|
||||
name = "Erwin Boskma";
|
||||
email = "erwin@datarift.nl";
|
||||
signingKey = "~/.ssh/id_ed25519_sk_personal.pub";
|
||||
signingBackend = "ssh";
|
||||
};
|
||||
mpd.enable = true;
|
||||
neovim.enable = true;
|
||||
nnn.enable = true;
|
||||
|
@ -274,6 +281,7 @@ in
|
|||
# wineWowPackages.waylandFull
|
||||
# winetricks
|
||||
wl-clipboard
|
||||
wlvncc
|
||||
zeal
|
||||
zed-editor
|
||||
|
||||
|
|
Loading…
Reference in a new issue