mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fixes for tf and mail
This commit is contained in:
parent
cf9ec64e69
commit
4c6f2aa34a
9 changed files with 145 additions and 35 deletions
|
|
@ -4,7 +4,7 @@
|
|||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
gitAndTools.git-remote-gcrypt
|
||||
git-remote-gcrypt
|
||||
git-crypt
|
||||
git-revise
|
||||
radicle-tui
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
};
|
||||
git = {
|
||||
inherit (tree.home.user.data) userName userEmail;
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
package = pkgs.gitFull;
|
||||
enable = true;
|
||||
delta = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue