Compare commits
No commits in common. "b30bdbc6825c521b723ead08f549bafacf01bf3c" and "8cfc59f7ca935d9aac2c262201d315a4756ef797" have entirely different histories.
b30bdbc682
...
8cfc59f7ca
4 changed files with 1 additions and 22 deletions
home-manager
nix-darwin/hosts/tid27880sperrau
|
@ -28,7 +28,6 @@
|
|||
font-size = 16
|
||||
theme = "catppuccin-mocha"
|
||||
confirm-close-surface = false
|
||||
link-url = true
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -64,10 +63,7 @@
|
|||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
programs.direnv.enable = true;
|
||||
|
||||
programs.mise = {
|
||||
enable = true;
|
||||
|
|
|
@ -142,7 +142,6 @@
|
|||
vim-dispatch
|
||||
vim-dispatch-neovim
|
||||
vim-projectionist
|
||||
splitjoin-vim
|
||||
];
|
||||
|
||||
plugins.commentary.enable = true;
|
||||
|
|
|
@ -4,9 +4,5 @@
|
|||
home = {
|
||||
username = "sperrault";
|
||||
homeDirectory = "/Users/sperrault";
|
||||
|
||||
sessionPath = [
|
||||
"/Applications/Postgres.app/Contents/Versions/latest/bin"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -14,21 +14,9 @@
|
|||
};
|
||||
|
||||
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