summaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-08-07 02:05:44 +0200
committerGitHub <noreply@github.com>2026-08-07 02:05:44 +0200
commit3a0d59c0f642e9904608f166edd69c2fce39c7e9 (patch)
treecbb55e1c107890fd2ec9c12f1b29ea14cdc3db28 /nixos/modules
parent3838c511c572e2e7071842fa0cd4d3ef5cfa65f4 (diff)
Update qksh.nix
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/system/qksh.nix10
1 files 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": [