Merge curacao and cranberry work

This commit is contained in:
Geoffrey Frogeye 2024-10-01 14:19:46 +02:00
commit 768b38b87f
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 10 additions and 1 deletions

View file

@ -190,6 +190,7 @@
usbutils
dmidecode
lshw
labelle # Label printer
# Locker
(pkgs.writeShellApplication {

View file

@ -74,7 +74,10 @@ in
jujutsu = {
enable = true;
settings = {
git.auto-local-bookmark = true;
git = {
auto-local-bookmark = true;
auto-local-branch = true;
};
user = {
email = cfg.userEmail;
name = cfg.userName;