diff options
Diffstat (limited to 'nixos/modules')
| -rw-r--r-- | nixos/modules/system/qksh.nix | 10 |
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": [ |
