mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
11 lines
154 B
Nix
11 lines
154 B
Nix
{
|
|
dconf = {
|
|
enable = true;
|
|
settings = {
|
|
"org/gtk/settings/file-chooser" = {
|
|
sort-directories-first = true;
|
|
};
|
|
};
|
|
};
|
|
}
|