only show jj repo status, not git
This commit is contained in:
parent
a364ac7be3
commit
9f9350fe0b
3 changed files with 132 additions and 23 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue