Nix configurations for my personal machines (Linux & macOS)

chore: add jujutsu

ovyerus.com e161cf8b 92f3a879

verified
Changed files
+17 -2
modules
+7 -1
modules/programs/desktop-apps.nix
···
piper
podman-tui
# plasticity
-
prismlauncher
qbittorrent
qimgv
slack
···
piper
podman-tui
# plasticity
+
(prismlauncher.override {
+
jdks = [
+
temurin-bin-21
+
temurin-bin-8
+
temurin-bin-17
+
];
+
})
qbittorrent
qimgv
slack
-1
modules/programs/desktop-cli.nix
···
age-plugin-yubikey
alejandra
cachix
-
colmena
fastfetch
hexyl
lazydocker
···
age-plugin-yubikey
alejandra
cachix
fastfetch
hexyl
lazydocker
+10
modules/programs/git.nix
···
};
};
};
};
}
···
};
};
};
+
+
programs.jujutsu = {
+
enable = true;
+
settings = {
+
user = {
+
name = userfullname;
+
email = useremail;
+
};
+
};
+
};
};
}