diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-09-07 21:04:59 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-09-07 21:33:22 +0530 |
commit | 57df1763fba019574ca4d9ed9aba24c005abe84b (patch) | |
tree | 4ab2a8359e301c86e35eeea1df7d0c660c165901 /home/wayland/modules/ttyasrt.nix | |
parent | 1895ad075c98ab01627d033c985fc4954a525dad (diff) |
Diffstat (limited to 'home/wayland/modules/ttyasrt.nix')
-rw-r--r-- | home/wayland/modules/ttyasrt.nix | 10 |
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"; |