mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Added optional lazygit dependency for my config
This commit is contained in:
parent
b577662fb5
commit
5fafc45eb4
1 changed files with 1 additions and 1 deletions
|
|
@ -19,6 +19,6 @@ in
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
git-crypt
|
git-crypt
|
||||||
];
|
] ++ optional isBryan lazygit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue