From 3bde81cd438b0ad44e92b4210393e915e246b96b Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 10 Mar 2025 14:26:24 +0100 Subject: [PATCH] Disable Nautilus --- modules/hm/hyprland.nix | 5 ++--- modules/hm/yazi.nix | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index fb53722..b3939a3 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -7,7 +7,7 @@ in { imports = [ ./kitty.nix - ./nautilus.nix + # ./nautilus.nix ./nemo.nix ./waybar.nix # ./dunst.nix @@ -208,9 +208,8 @@ in "SUPER, W, killactive," "SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock" "SUPER_ALT_L, Q, exit," - "SUPER, E, exec, nautilus" + "SUPER, E, exec, nemo" "SUPER, L, exec, obsidian" - "SUPER_SHIFT, E, exec, nemo" "SUPER, V, togglefloating," "SUPER, SPACE, exec, sirula" "SUPER, F, fullscreen," diff --git a/modules/hm/yazi.nix b/modules/hm/yazi.nix index 46a73c8..ac1a313 100644 --- a/modules/hm/yazi.nix +++ b/modules/hm/yazi.nix @@ -29,7 +29,7 @@ opener = { folder = [ - { run = ''nautilus "$@"''; display_name = "Nautilus"; } + { run = ''nemo "$@"''; display_name = "Nemo"; } { run = ''xdg-open "$@"''; display_name = "Open folder"; } { run = ''$VISUAL "$@"''; } ];