mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-13 08:19:29 +01:00
packages: Add mgitstatus
Also adds an abbreviation for mgitstatus.
This commit is contained in:
parent
1464bd85bc
commit
89722f8d47
@ -153,6 +153,7 @@
|
||||
vm = "nixos-rebuild build-vm --flake . && ./result/bin/run-nixos-vm && trash put result nixos.qcow2";
|
||||
sw = "sudo nixos-rebuild switch --flake .";
|
||||
tf = "treefmt";
|
||||
mgs = "mgitstatus";
|
||||
|
||||
c = "clear";
|
||||
e = "exit";
|
||||
|
@ -124,6 +124,7 @@
|
||||
lutgen
|
||||
sudachi-rs
|
||||
tui-journal
|
||||
mgitstatus
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
|
Loading…
Reference in New Issue
Block a user