mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-06 16:12:33 +02:00
48bb118da4
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;
|
|
};
|
|
};
|
|
}
|