1

Move desktop icon to nnn module

This commit is contained in:
2023-05-25 00:17:49 +02:00
parent bb8d06ee7f
commit 73b60d2741
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"];
};
};
}