feat: ✨ Change some settings and packages
This commit is contained in:
parent
c25d9c5230
commit
7368beee22
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
description = "Example Darwin system flake";
|
description = "Louis Darwin system flake";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
|
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
|
||||||
@ -45,8 +45,7 @@
|
|||||||
"warp"
|
"warp"
|
||||||
];
|
];
|
||||||
brews = [
|
brews = [
|
||||||
"wget"
|
"wget"
|
||||||
"act"
|
|
||||||
"bear"
|
"bear"
|
||||||
"cmake"
|
"cmake"
|
||||||
"firebase-cli"
|
"firebase-cli"
|
||||||
@ -54,8 +53,8 @@
|
|||||||
"git-flow"
|
"git-flow"
|
||||||
"git-lfs"
|
"git-lfs"
|
||||||
"gnupg"
|
"gnupg"
|
||||||
"gtk+3"
|
|
||||||
"llvm@18"
|
"llvm@18"
|
||||||
|
"gtk+3"
|
||||||
"nvm"
|
"nvm"
|
||||||
"pinentry-mac"
|
"pinentry-mac"
|
||||||
"pinentry"
|
"pinentry"
|
||||||
@ -83,6 +82,8 @@
|
|||||||
dock = {
|
dock = {
|
||||||
autohide = true;
|
autohide = true;
|
||||||
orientation = "left";
|
orientation = "left";
|
||||||
|
show-recents = false;
|
||||||
|
autohide-time-modifier = 0.0;
|
||||||
};
|
};
|
||||||
finder.FXPreferredViewStyle = "Nlsv";
|
finder.FXPreferredViewStyle = "Nlsv";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user