diff options
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"; |