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"; }