diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-06-15 14:35:44 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-06-15 14:35:44 -0400 |
| commit | e489d5d1ce838df439123787a9aae1b6c835f645 (patch) | |
| tree | 8f34c810d8760e52bea0ea8b1fdac8d6c75e140b /hosts/RyanMac/configuration.nix | |
| parent | 7adeedbdd6287517fca8c0b8080221e77ad79b54 (diff) | |
Changed dock layout to contain all apps
Installed iina over mpv
Diffstat (limited to 'hosts/RyanMac/configuration.nix')
| -rw-r--r-- | hosts/RyanMac/configuration.nix | 2 |
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 | }; |
