fix: disable ~/Library/fdignore on Linux

This commit is contained in:
winston 2024-08-13 03:46:10 +02:00
parent 06f0f78bd2
commit 901192dba9
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -54,9 +54,10 @@ in
# respected by `fd` & `rg`, makes it so that iCloud files are ignored by those utils # respected by `fd` & `rg`, makes it so that iCloud files are ignored by those utils
# this speeds up the search processes and files aren't downloaded while searching $HOME # this speeds up the search processes and files aren't downloaded while searching $HOME
file."Library/.ignore".text = lib.optionalString isDarwin '' file."Library/.ignore" = {
Mobile Documents/ enable = isDarwin;
''; text = "Mobile Documents/";
};
mac-wallpaper = ./wallpapers/dhm_1610.png; mac-wallpaper = ./wallpapers/dhm_1610.png;
}; };