From 220abb5e2199942518db5f13a2961a4d8c10f4b4 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Mon, 4 Nov 2024 13:05:53 +0700 Subject: [PATCH] remove show recents on dock --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index d1d5953..3ba5e93 100644 --- a/flake.nix +++ b/flake.nix @@ -77,6 +77,7 @@ system.defaults = { dock.autohide = true; dock.orientation = "bottom"; + dock.show-recents = false; dock.persistent-apps = [ "${pkgs.alacritty}/Applications/Alacritty.app" "/Applications/Safari.app"