diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-24 17:30:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-24 17:30:15 +0200 |
| commit | 44cdf3f9eef256aac12cc5af4efcc7f71cf46eb1 (patch) | |
| tree | 79aa607d0be3c3c9ce9d9a3f55174cfd73f99210 /nixos/hosts/bed/components | |
| parent | 879d614cf7aa011f6f613a139e7aedc337708aca (diff) | |
Update qksh.nix
Diffstat (limited to 'nixos/hosts/bed/components')
| -rw-r--r-- | nixos/hosts/bed/components/qksh.nix | 2 |
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"] }, |
