diff options
Diffstat (limited to 'hosts')
| -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 | }; |
