We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5f6a7 commit 9cea20eCopy full SHA for 9cea20e
home/linux/gui/gnome-wayland/values/gnome.nix
@@ -35,6 +35,11 @@ in
35
];
36
};
37
38
+ # nautilus view using list-view
39
+ settings."org/gnome/nautilus/preferences" = {
40
+ default-folder-viewer = "list-view";
41
+ };
42
+
43
# 设置 GNOME Remote Desktop RDP 端口为 23389,并允许在占用时向后搜索 10 个端口
44
settings."org/gnome/desktop/remote-desktop/rdp" = {
45
# port = 23389; # 目前不知道为什么不起效
0 commit comments