From d1692a6ccc173ec54042294db818061628a65d70 Mon Sep 17 00:00:00 2001 From: caley Date: Thu, 11 Jun 2026 22:59:01 +0200 Subject: Update shell.nix --- nixos/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } -- cgit v1.3.1