Compare commits
2 commits
8cfc59f7ca
...
b30bdbc682
Author | SHA1 | Date | |
---|---|---|---|
b30bdbc682 | |||
e4f1f7e6a9 |
4 changed files with 22 additions and 1 deletions
home-manager
nix-darwin/hosts/tid27880sperrau
|
@ -28,6 +28,7 @@
|
|||
font-size = 16
|
||||
theme = "catppuccin-mocha"
|
||||
confirm-close-surface = false
|
||||
link-url = true
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -63,7 +64,10 @@
|
|||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
programs.direnv.enable = true;
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
programs.mise = {
|
||||
enable = true;
|
||||
|
|
|
@ -142,6 +142,7 @@
|
|||
vim-dispatch
|
||||
vim-dispatch-neovim
|
||||
vim-projectionist
|
||||
splitjoin-vim
|
||||
];
|
||||
|
||||
plugins.commentary.enable = true;
|
||||
|
|
|
@ -4,5 +4,9 @@
|
|||
home = {
|
||||
username = "sperrault";
|
||||
homeDirectory = "/Users/sperrault";
|
||||
|
||||
sessionPath = [
|
||||
"/Applications/Postgres.app/Contents/Versions/latest/bin"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -14,9 +14,21 @@
|
|||
};
|
||||
|
||||
homebrew = {
|
||||
brews = [
|
||||
"make"
|
||||
"wget"
|
||||
"zlib"
|
||||
"sqlite3"
|
||||
"spatialindex"
|
||||
"pcre"
|
||||
"gdal"
|
||||
"xz"
|
||||
];
|
||||
casks = [
|
||||
"chromedriver"
|
||||
"discord"
|
||||
"keycastr"
|
||||
"mouseless@preview"
|
||||
"postgres-unofficial"
|
||||
"postico"
|
||||
"slack"
|
||||
|
|
Loading…
Reference in a new issue