1

Move desktop icon to nnn module

This commit is contained in:
2023-05-25 00:17:49 +02:00
parent e3fea5f390
commit 3d9d3e2642
2 changed files with 12 additions and 22 deletions

View File

@ -61,5 +61,17 @@ in {
+ "/plugins";
};
};
xdg.desktopEntries.nnn = {
type = "Application";
name = "nnn";
comment = "Terminal file manager";
exec = "nnn";
terminal = true;
icon = "nnn";
mimeType = ["inode/directory"];
categories = ["System" "FileTools" "FileManager" "ConsoleOnly"];
# keywords = ["File" "Manager" "Management" "Explorer" "Launcher"];
};
};
}