summaryrefslogtreecommitdiff
path: root/nixos/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/shell.nix')
-rw-r--r--nixos/shell.nix2
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"] }