remove OPENSSL_PATH

This commit is contained in:
2025-10-31 12:42:26 +09:00
parent c2db9db949
commit c0a7615fc2
2 changed files with 11 additions and 10 deletions

View File

@@ -1,9 +1,13 @@
{ ... }: {
{ pkgs, ... }: {
imports = [ ./fish/env.nix ];
home.file.".config/nushell/nu".source = ../../shell/nu;
programs = {
nushell = {
enable = true;
shellAliases = { vi = "nvim"; };
# environmentVariables = let env = import ./fish/env.nix { inherit pkgs; };
# in env.home.sessionVariables;
extraConfig = ''
source ~/.config/nushell/nu/config.nu
let carapace_completer = {|spans|