1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 00:51:04 +01:00
This commit is contained in:
rycee 2024-12-21 17:05:45 +00:00
parent d06573a2d0
commit 3adadea5e1

View file

@ -55278,7 +55278,7 @@ TOML value</p>
}; };
manager = { manager = {
show_hidden = false; show_hidden = false;
sort_by = &quot;modified&quot;; sort_by = &quot;mtime&quot;;
sort_dir_first = true; sort_dir_first = true;
sort_reverse = true; sort_reverse = true;
}; };
@ -55345,7 +55345,7 @@ TOML value</p>
{ fg = &quot;#7AD9E5&quot;; mime = &quot;image/*&quot;; } { fg = &quot;#7AD9E5&quot;; mime = &quot;image/*&quot;; }
{ fg = &quot;#F3D398&quot;; mime = &quot;video/*&quot;; } { fg = &quot;#F3D398&quot;; mime = &quot;video/*&quot;; }
{ fg = &quot;#F3D398&quot;; mime = &quot;audio/*&quot;; } { fg = &quot;#F3D398&quot;; mime = &quot;audio/*&quot;; }
{ fg = &quot;#CD9EFC&quot;; mime = &quot;application/x-bzip&quot;; } { fg = &quot;#CD9EFC&quot;; mime = &quot;application/bzip&quot;; }
]; ];
}; };
} }