migrate to fish

This commit is contained in:
2026-05-07 21:05:42 +09:00
parent 1a13db8498
commit b79fc0f573
7 changed files with 221 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
{ config, ... }: {
{ config, ... }:
{
home.sessionVariables = {
EDITOR = "nvim";
PNPM_HOME = "${config.home.homeDirectory}/.local/share/pnpm";
@@ -7,7 +8,6 @@
#OPENSSL_LIB_DIR = "${pkgs.openssl.out}/lib";
# OPENSSL_INCLUDE_DIR = "${pkgs.openssl.dev}/include";
# PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
NIX_DEV_SHELL_DEFAULT_SHELL = "(which nu)";
NIX_DEV_SHELL_DEFAULT_SHELL = "(which fish)";
};
}