summaryrefslogtreecommitdiff
path: root/hosts/RyanMac
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-06-15 14:35:44 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-06-15 14:35:44 -0400
commite489d5d1ce838df439123787a9aae1b6c835f645 (patch)
tree8f34c810d8760e52bea0ea8b1fdac8d6c75e140b /hosts/RyanMac
parent7adeedbdd6287517fca8c0b8080221e77ad79b54 (diff)
Changed dock layout to contain all apps
Installed iina over mpv
Diffstat (limited to 'hosts/RyanMac')
-rw-r--r--hosts/RyanMac/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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 {
173 ]; 173 ];
174 persistent-others = [ 174 persistent-others = [
175 { folder = { path = "/Users/${username}/Downloads"; showas = "grid"; arrangement = "date-created"; }; } 175 { folder = { path = "/Users/${username}/Downloads"; showas = "grid"; arrangement = "date-created"; }; }
176 { folder = { path = "/Applications"; showas = "grid"; arrangement = "name"; }; } 176 { folder = { path = "/Users/${username}/Applications"; showas = "grid"; arrangement = "name"; }; }
177 ]; 177 ];
178 show-recents = false; 178 show-recents = false;
179 }; 179 };