migrate to fish
This commit is contained in:
@@ -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)";
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user