summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2022-03-25 00:37:17 +0900
committermidchildan <git@midchildan.org>2022-03-25 00:37:17 +0900
commitf6161c1ed8478dfd3c2eb76dddcec3e9c17bc125 (patch)
tree866a22c61320e8ab8eacff11f2812040d785e484 /modules
parent17fbc68a6110edbff67e55f7450230a697ecb17e (diff)
fix: incorrect default for FXPreferredViewStyle
Diffstat (limited to 'modules')
-rw-r--r--modules/system/defaults/finder.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/defaults/finder.nix b/modules/system/defaults/finder.nix
index 3539dbc..a4bfd21 100644
--- a/modules/system/defaults/finder.nix
+++ b/modules/system/defaults/finder.nix
@@ -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