fix: nemo open in terminal

This commit is contained in:
DACHXY 2025-01-01 03:29:41 +08:00
parent 3797b75083
commit e08222fc8f
3 changed files with 12 additions and 27 deletions

View file

@ -1,7 +1,8 @@
{ pkgs, lib, inputs, system, cursor-size, ... }:
let
startScript = import ./hypr/exec.nix { inherit pkgs lib inputs system; };
terminal = "ghostty";
startScript = import ./hypr/exec.nix { inherit pkgs lib inputs system terminal; };
mainMod = "SUPER";
window = import ./hypr/window.nix;
windowrule = import ./hypr/windowrule.nix;