Compare commits

...

2 commits

Author SHA1 Message Date
b30bdbc682
add splitjoin 2025-03-26 09:46:04 -04:00
e4f1f7e6a9
transit tech requirements 2025-03-26 09:45:59 -04:00
4 changed files with 22 additions and 1 deletions
home-manager
nix-darwin/hosts/tid27880sperrau

View file

@ -28,6 +28,7 @@
font-size = 16 font-size = 16
theme = "catppuccin-mocha" theme = "catppuccin-mocha"
confirm-close-surface = false confirm-close-surface = false
link-url = true
''; '';
}; };
@ -63,7 +64,10 @@
enableFishIntegration = true; enableFishIntegration = true;
}; };
programs.direnv.enable = true; programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
programs.mise = { programs.mise = {
enable = true; enable = true;

View file

@ -142,6 +142,7 @@
vim-dispatch vim-dispatch
vim-dispatch-neovim vim-dispatch-neovim
vim-projectionist vim-projectionist
splitjoin-vim
]; ];
plugins.commentary.enable = true; plugins.commentary.enable = true;

View file

@ -4,5 +4,9 @@
home = { home = {
username = "sperrault"; username = "sperrault";
homeDirectory = "/Users/sperrault"; homeDirectory = "/Users/sperrault";
sessionPath = [
"/Applications/Postgres.app/Contents/Versions/latest/bin"
];
}; };
} }

View file

@ -14,9 +14,21 @@
}; };
homebrew = { homebrew = {
brews = [
"make"
"wget"
"zlib"
"sqlite3"
"spatialindex"
"pcre"
"gdal"
"xz"
];
casks = [ casks = [
"chromedriver"
"discord" "discord"
"keycastr" "keycastr"
"mouseless@preview"
"postgres-unofficial" "postgres-unofficial"
"postico" "postico"
"slack" "slack"