13 lines
217 B
Nix
13 lines
217 B
Nix
{
|
|
programs.vicinae = {
|
|
enable = true;
|
|
#systemd = {
|
|
# enable = true;
|
|
# autoStart = true;
|
|
#};
|
|
settings = {
|
|
close_on_focus_loss = true;
|
|
search_files_in_root = false;
|
|
};
|
|
};
|
|
}
|