From 726fce7949c7af965b25ed81bfe90f4ed21d4a7f Mon Sep 17 00:00:00 2001 From: minco Date: Thu, 23 Oct 2025 11:06:37 +0900 Subject: [PATCH] add dev nvim --- modules/home/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/fish.nix b/modules/home/fish.nix index 7b021c9..9b17106 100644 --- a/modules/home/fish.nix +++ b/modules/home/fish.nix @@ -22,6 +22,7 @@ alias boot-rb="sudo nixos-rebuild --install-bootloader boot --flake ~/nixos-config#" alias clc="cloc . --exclude-dir=target,node_modules,.venv --exclude-ext=yml,yaml,csv -v" alias dry-rb="sudo nixos-rebuild dry-build --flake ~/nixos-config#" + alias devim="NVIM_APPNAME=nvim-dev nvim" alias win="grub-reboot 'Windows Boot Manager (on /dev/sda2)' && reboot"