only show jj repo status, not git

This commit is contained in:
Khaïs COLIN 2025-10-16 12:46:51 +02:00
parent a364ac7be3
commit 9f9350fe0b
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
3 changed files with 132 additions and 23 deletions

View file

@ -47,6 +47,8 @@
copyparty.url = "github:9001/copyparty";
optnix.url = "github:water-sucks/optnix";
starship-jj.url = "gitlab:lanastara_foss/starship-jj";
};
outputs = {
nixpkgs,
@ -59,9 +61,9 @@
other-transcode,
nix-doom-emacs-unstraightened,
cassowary,
mms,
copyparty,
optnix,
starship-jj,
...
}: let
system = "x86_64-linux";
@ -74,6 +76,7 @@
nix-doom-emacs-unstraightened = nix-doom-emacs-unstraightened.hmModule;
cassowary = cassowary.packages.${system}.default;
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
starship-jj = starship-jj.packages.${system}.default;
};
in {
nixosConfigurations.void = nixpkgs.lib.nixosSystem {