diff options
| author | caley <u65487754@gmail.com> | 2026-06-09 19:26:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-09 19:26:58 +0200 |
| commit | ab505bcc1429d0ccec35b592f72acb93e7a5d548 (patch) | |
| tree | 0f143fc872df93326e5ce74a033403b3ee7b2c79 /nixos | |
| parent | 84a4c667d2ba0500f0a43a622c9e8536a6009ade (diff) | |
Add shell.nix command entry to masterCfgItems
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/shell.nix b/nixos/shell.nix index 824e399..36a0e9a 100644 --- a/nixos/shell.nix +++ b/nixos/shell.nix @@ -118,6 +118,7 @@ { label: "nix", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/configuration.nix"] }, { label: "cat", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/cat.nix"] }, { label: "hypr", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/hypr.nix"] }, + { label: "shell", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/shell.nix"] }, { label: "vim", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/vim.nix"] } ] property var masterStsItems: [ |
