summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-07-24 17:30:15 +0200
committerGitHub <noreply@github.com>2026-07-24 17:30:15 +0200
commit44cdf3f9eef256aac12cc5af4efcc7f71cf46eb1 (patch)
tree79aa607d0be3c3c9ce9d9a3f55174cfd73f99210
parent879d614cf7aa011f6f613a139e7aedc337708aca (diff)
Update qksh.nix
-rw-r--r--nixos/hosts/bed/components/qksh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/bed/components/qksh.nix b/nixos/hosts/bed/components/qksh.nix
index 26a3617..55d84dd 100644
--- a/nixos/hosts/bed/components/qksh.nix
+++ b/nixos/hosts/bed/components/qksh.nix
@@ -143,7 +143,7 @@
]
property var masterSysItems: [
{ label: "nix", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/hosts/bed/configuration.nix"] },
- { label: "box", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/hosts/bed/bed.nix"] },
+ { label: "bed", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/hosts/bed/bed.nix"] },
{ label: "wm", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/hosts/bed/components/wm.nix"] },
{ label: "qksh", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/hosts/bed/components/qksh.nix"] },
{ label: "vi", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/modules/vi.nix"] },