tart: darwin common

This commit is contained in:
Sridhar Ratnakumar 2025-08-27 12:02:06 -04:00
parent 63541aa6ed
commit 6ae99761e8
3 changed files with 5 additions and 7 deletions

View file

@ -48,7 +48,6 @@ in
fuckport
sshuttle-via
entr
git-merge-and-delete
# Fonts
cascadia-code

View file

@ -5,4 +5,8 @@
./all/nushell
# ./all/emacs.nix
];
home.packages = [
pkgs.tart
];
}