From 3a0d59c0f642e9904608f166edd69c2fce39c7e9 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Fri, 7 Aug 2026 02:05:44 +0200 Subject: Update qksh.nix --- nixos/modules/system/qksh.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/modules/system/qksh.nix b/nixos/modules/system/qksh.nix index d992d27..37b15e6 100644 --- a/nixos/modules/system/qksh.nix +++ b/nixos/modules/system/qksh.nix @@ -200,11 +200,11 @@ in { { label: "pw", sub: "pw" } ], "sys": [ - { label: "cat", cmd: ["${pkgs.kitty}/bin/kitty", "-e", "sudoedit", "/etc/nixos/hosts/${host}/configuration.nix"] } - { label: "${host}", cmd: ["${pkgs.kitty}/bin/kitty", "-e", "sudoedit", "/etc/nixos/hosts/${host}/${host}.nix"] } - { label: "wm", cmd: ["${pkgs.kitty}/bin/kitty", "-e", "sudoedit", "/etc/nixos/hosts/${host}/components/wm.nix"] } - { label: "qksh", cmd: ["${pkgs.kitty}/bin/kitty", "-e", "sudoedit", "/etc/nixos/modules/system/qksh.nix"] } - { label: "editor", cmd: ["${pkgs.kitty}/bin/kitty", "-e", "sudoedit", "/etc/nixos/modules/system/editor.nix"] } + { label: "cat", cmd: ["${pkgs.kitty}/bin/kitty", "-e", "sudoedit", "/etc/nixos/hosts/${host}/configuration.nix"] }, + { label: "${host}", cmd: ["${pkgs.kitty}/bin/kitty", "-e", "sudoedit", "/etc/nixos/hosts/${host}/${host}.nix"] }, + { label: "wm", cmd: ["${pkgs.kitty}/bin/kitty", "-e", "sudoedit", "/etc/nixos/hosts/${host}/components/wm.nix"] }, + { label: "qksh", cmd: ["${pkgs.kitty}/bin/kitty", "-e", "sudoedit", "/etc/nixos/modules/system/qksh.nix"] }, + { label: "editor", cmd: ["${pkgs.kitty}/bin/kitty", "-e", "sudoedit", "/etc/nixos/modules/system/editor.nix"] }, { label: "files", cmd: ["${pkgs.kitty}/bin/kitty", "-e", "sudoedit", "/etc/nixos/modules/system/files.nix"] } ], "sts": [ -- cgit v1.3.1