mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
517465799f
Signed-off-by: Hadi <hadi@example.com>
12 lines
201 B
Nix
12 lines
201 B
Nix
{
|
|
programs.superfile = {
|
|
enable = true;
|
|
firstUseCheck = false;
|
|
pinnedFolders = [];
|
|
settings = {
|
|
transparent_background = true;
|
|
ignore_missing_fields = true;
|
|
};
|
|
};
|
|
}
|