transit tech requirements

This commit is contained in:
sloane 2025-03-24 11:27:09 -04:00
parent 8cfc59f7ca
commit e4f1f7e6a9
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ
3 changed files with 21 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

@ -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"