summaryrefslogtreecommitdiff
path: root/home/wayland/modules/ttyasrt.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-09-07 21:04:59 +0530
committersinanmohd <sinan@sinanmohd.com>2025-09-07 21:33:22 +0530
commit57df1763fba019574ca4d9ed9aba24c005abe84b (patch)
tree4ab2a8359e301c86e35eeea1df7d0c660c165901 /home/wayland/modules/ttyasrt.nix
parent1895ad075c98ab01627d033c985fc4954a525dad (diff)
chore(home): nnn -> yaziHEADmaster
Diffstat (limited to 'home/wayland/modules/ttyasrt.nix')
-rw-r--r--home/wayland/modules/ttyasrt.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/wayland/modules/ttyasrt.nix b/home/wayland/modules/ttyasrt.nix
index 399770b..1032498 100644
--- a/home/wayland/modules/ttyasrt.nix
+++ b/home/wayland/modules/ttyasrt.nix
@@ -7,13 +7,13 @@ in
home.packages = [ wayland-scripts ];
xdg.desktopEntries = {
- "nnn".settings = {
+ "yazi".settings = {
Type = "Application";
- Name = "nnn";
+ Name = "yazi";
Comment = "Terminal file manager";
- TryExec = "nnn";
- Exec = "${ttyasrt} nnn -decC";
- Icon = "nnn";
+ TryExec = "yazi";
+ Exec = "${ttyasrt} yazi";
+ Icon = "yazi";
MimeType = "inode/directory";
Categories = "System;FileTools;FileManager";
Keywords = "File;Manager;Management;Explorer;Launcher";