Skip to content

Commit 9cea20e

Browse files
committed
chore: nautilus view using list-view by default
1 parent bc5f6a7 commit 9cea20e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

home/linux/gui/gnome-wayland/values/gnome.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ in
3535
];
3636
};
3737

38+
# nautilus view using list-view
39+
settings."org/gnome/nautilus/preferences" = {
40+
default-folder-viewer = "list-view";
41+
};
42+
3843
# 设置 GNOME Remote Desktop RDP 端口为 23389,并允许在占用时向后搜索 10 个端口
3944
settings."org/gnome/desktop/remote-desktop/rdp" = {
4045
# port = 23389; # 目前不知道为什么不起效

0 commit comments

Comments
 (0)