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 = { programs.fish = {
enable = true; enable = true;
plugins = [
{
name = "transient.fish";
src = pkgs.fetchFromGitHub {
owner = "zzhaolei";
repo = "transient.fish";
rev = "7091a1ef574e4c2d16779e59d37ceb567128c787";
hash = "sha256-rZqMQiVGEEYus5MxkpFhaXnjVStmsjWkGly4B6bjcks=";
};
}
];
interactiveShellInit = '' interactiveShellInit = ''
fish_vi_key_bindings fish_vi_key_bindings

View file

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

View file

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