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