diff options
| author | caley <u65487754@gmail.com> | 2026-06-11 22:59:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-11 22:59:01 +0200 |
| commit | d1692a6ccc173ec54042294db818061628a65d70 (patch) | |
| tree | 371bd6bda0c6269a7897816807e1f240f8bb2e5c /nixos/shell.nix | |
| parent | 504a852af3693e9afa2bae8bdec733b0dc2ebdb0 (diff) | |
Update shell.nix
Diffstat (limited to 'nixos/shell.nix')
| -rw-r--r-- | nixos/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/shell.nix b/nixos/shell.nix index 01a1a92..ba0ba10 100644 --- a/nixos/shell.nix +++ b/nixos/shell.nix @@ -116,7 +116,7 @@ ] property var masterCfgItems: [ { label: "nix", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/configuration.nix"] }, - { label: "cat", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/cat.nix"] }, + { label: "mngr", cmd: ["kitty", "-e", "sudo", "nvim", "/etc/nixos/mngr.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"] } |
