transit tech requirements
This commit is contained in:
parent
8cfc59f7ca
commit
e4f1f7e6a9
3 changed files with 21 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -4,5 +4,9 @@
|
||||||
home = {
|
home = {
|
||||||
username = "sperrault";
|
username = "sperrault";
|
||||||
homeDirectory = "/Users/sperrault";
|
homeDirectory = "/Users/sperrault";
|
||||||
|
|
||||||
|
sessionPath = [
|
||||||
|
"/Applications/Postgres.app/Contents/Versions/latest/bin"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue