From 790923e9b86782534a2841ca08d9f16e1084a853 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Fri, 28 Feb 2025 10:19:05 +0100 Subject: [PATCH] Remove old trash items and set FN key usage --- module/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/module/configuration.nix b/module/configuration.nix index 7c1f30a..7eaff11 100644 --- a/module/configuration.nix +++ b/module/configuration.nix @@ -91,16 +91,14 @@ AppleShowAllFiles = true; CreateDesktop = false; FXPreferredViewStyle = "Nlsv"; + FXRemoveOldTrashItems = true; QuitMenuItem = true; ShowPathbar = true; ShowStatusBar = true; _FXShowPosixPathInTitle = true; }; - trackpad = { - Clicking = true; - TrackpadRightClick = true; - }; + hitoolbox.AppleFnUsageType = "Change Input Source"; menuExtraClock = { IsAnalog = false;