From e489d5d1ce838df439123787a9aae1b6c835f645 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 15 Jun 2026 14:35:44 -0400 Subject: Changed dock layout to contain all apps Installed iina over mpv --- hosts/RyanMac/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/RyanMac') diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index aa91f91..2c629bc 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix @@ -173,7 +173,7 @@ in { ]; persistent-others = [ { folder = { path = "/Users/${username}/Downloads"; showas = "grid"; arrangement = "date-created"; }; } - { folder = { path = "/Applications"; showas = "grid"; arrangement = "name"; }; } + { folder = { path = "/Users/${username}/Applications"; showas = "grid"; arrangement = "name"; }; } ]; show-recents = false; }; -- cgit v1.3