Compare commits

...

2 commits

Author SHA1 Message Date
b635a8c5b2
setup transient prompt for fish 2025-05-09 11:48:09 -04:00
c60dc84884
install netnewswire 2025-05-09 11:35:47 -04:00
3 changed files with 13 additions and 0 deletions
home-manager
nix-darwin/hosts
Sloanes-MacBook-Air
tid27880sperrau

View file

@ -35,6 +35,17 @@
programs.fish = {
enable = true;
plugins = [
{
name = "transient.fish";
src = pkgs.fetchFromGitHub {
owner = "zzhaolei";
repo = "transient.fish";
rev = "7091a1ef574e4c2d16779e59d37ceb567128c787";
hash = "sha256-rZqMQiVGEEYus5MxkpFhaXnjVStmsjWkGly4B6bjcks=";
};
}
];
interactiveShellInit = ''
fish_vi_key_bindings

View file

@ -18,6 +18,7 @@
casks = [
"discord"
"keycastr"
"netnewswire"
];
masApps = {

View file

@ -29,6 +29,7 @@
"discord"
"keycastr"
"mouseless@preview"
"netnewswire"
"postgres-unofficial"
"postico"
"slack"