mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-15 17:51:01 +00:00
Merge pull request #450 from midchildan/fix/fxpreferredviewstyle
fix: incorrect default for FXPreferredViewStyle
This commit is contained in:
commit
8a1a454873
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ with lib;
|
|||
|
||||
system.defaults.finder.FXPreferredViewStyle = mkOption {
|
||||
type = types.nullOr types.string;
|
||||
default = "Nlsv";
|
||||
default = null;
|
||||
description = ''
|
||||
Change the default finder view.
|
||||
"icnv" = Icon view, "Nlsv" = List view, "clmv" = Column View, "Flwv" = Gallery View
|
||||
|
|
Loading…
Reference in a new issue