From 0717e2c4016792ce25393e7d709efa495e6a71b3 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Wed, 20 Nov 2024 10:29:44 -0500 Subject: [PATCH] Change the Windows1 UUID and reenable remote thumbnails --- hosts/tower/hardware/default.nix | 2 +- modules/home/programs/gui/pcmanfm-qt/default.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/tower/hardware/default.nix b/hosts/tower/hardware/default.nix index a03500f..91493ee 100644 --- a/hosts/tower/hardware/default.nix +++ b/hosts/tower/hardware/default.nix @@ -35,7 +35,7 @@ options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ]; }; "/mnt/Windows1" = { - device = "/dev/disk/by-uuid/10BC97B2BC979138"; + device = "/dev/disk/by-uuid/48F5C6E06416229C"; options = [ "nosuid" "nodev" "noauto" ]; }; "/mnt/Windows2" = { diff --git a/modules/home/programs/gui/pcmanfm-qt/default.nix b/modules/home/programs/gui/pcmanfm-qt/default.nix index 2f8917a..602aa72 100644 --- a/modules/home/programs/gui/pcmanfm-qt/default.nix +++ b/modules/home/programs/gui/pcmanfm-qt/default.nix @@ -13,6 +13,7 @@ RecentFilesNumber=0 [Desktop] + HideItems=false SortColumn=name SortFolderFirst=true SortHiddenLast=false @@ -50,6 +51,7 @@ ShowMenuBar=true ShowTabClose=true SwitchToNewTab=true + TabPaths=@Invalid() ''; }; };