Merge pull request #319 from genebean/asana-and-diff-so-fancy

Adding Asana on macOS and diff-so-fancy everywhere
This commit is contained in:
Gene Liverman 2023-12-13 08:59:11 -05:00 committed by GitHub
commit 59283b5b4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -52,6 +52,7 @@ in {
"1password-cli" "1password-cli"
"amethyst" "amethyst"
"angry-ip-scanner" "angry-ip-scanner"
"asana"
"audacity" "audacity"
"balenaetcher" "balenaetcher"
"boinc" "boinc"

View file

@ -57,7 +57,7 @@
gh.enable = true; gh.enable = true;
git = { git = {
enable = true; enable = true;
delta.enable = true; diff-so-fancy.enable = true;
includes = [ { path = "~/.gitconfig-local"; }]; includes = [ { path = "~/.gitconfig-local"; }];
lfs.enable = true; lfs.enable = true;
package = pkgs.gitAndTools.gitFull; package = pkgs.gitAndTools.gitFull;