From 8a72865b4cde9b466b55917e65e262bcbebaf37a Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Fri, 13 Feb 2026 19:26:23 +0100 Subject: [PATCH] Clean OSX configurations --- hosts/darwin/system/os.nix | 1 - hosts/darwin/system/partials/system.nix | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/darwin/system/os.nix b/hosts/darwin/system/os.nix index 3ebd34b..345fed0 100644 --- a/hosts/darwin/system/os.nix +++ b/hosts/darwin/system/os.nix @@ -12,5 +12,4 @@ os.homebrew.obsidian.enable = true; os.homebrew.microsoft.enable = false; os.homebrew.keka.enable = true; - os.homebrew.eul.enable = true; } diff --git a/hosts/darwin/system/partials/system.nix b/hosts/darwin/system/partials/system.nix index 12931e1..dc121df 100644 --- a/hosts/darwin/system/partials/system.nix +++ b/hosts/darwin/system/partials/system.nix @@ -15,8 +15,9 @@ show-recents = false; tilesize = 30; autohide = false; - orientation = "bottom"; + orientation = "right"; persistent-apps = [ + { app = "/System/Applications/Apps.app"; } { app = "/Applications/Zen.app"; } { app = "/System/Applications/Mail.app"; } { app = "/Applications/Obsidian.app"; }