remove OPENSSL_PATH
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user