From 7368beee2298d98e0cacef1cd652d2465aa3ef60 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Sun, 20 Oct 2024 15:54:23 +0200 Subject: [PATCH] feat: :sparkles: Change some settings and packages --- flake.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index d768360..24cba20 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Example Darwin system flake"; + description = "Louis Darwin system flake"; inputs = { nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew"; @@ -45,8 +45,7 @@ "warp" ]; brews = [ - "wget" - "act" + "wget" "bear" "cmake" "firebase-cli" @@ -54,8 +53,8 @@ "git-flow" "git-lfs" "gnupg" - "gtk+3" "llvm@18" + "gtk+3" "nvm" "pinentry-mac" "pinentry" @@ -83,6 +82,8 @@ dock = { autohide = true; orientation = "left"; + show-recents = false; + autohide-time-modifier = 0.0; }; finder.FXPreferredViewStyle = "Nlsv"; };