1
0
Fork 0
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:
Domen Kožar 2022-03-26 07:08:58 +00:00 committed by GitHub
commit 8a1a454873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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