File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 22 inputs ,
33 config ,
44 pkgs ,
5+ lib ,
56 ...
67} :
78{
3738 } ;
3839 } ;
3940
41+ environment . variables = {
42+ LIBRARY_PATH = lib . concatStringsSep ":" [
43+ "${ lib . removeSuffix "/bin" config . homebrew . brewPrefix } /lib"
44+ ] ;
45+ } ;
46+
4047 hm . nix . registry = {
4148 darwin . flake = inputs . darwin ;
4249 } ;
Original file line number Diff line number Diff line change 114114 ouch
115115 oxlint
116116 parallel
117- pkg-config
118117 prek
119118 prettier
120119 process-compose
Original file line number Diff line number Diff line change 2525 target = ".zfunc" ;
2626 recursive = true ;
2727 } ;
28- npmrc = {
29- text = ''
30- prefix = ${ config . home . sessionVariables . NODE_PATH } ;
31- '' ;
32- target = ".npmrc" ;
33- } ;
3428 } ;
3529
3630 xdg = {
Original file line number Diff line number Diff line change 1515 GPG_TTY = "/dev/ttys000" ;
1616 CLICOLOR = 1 ;
1717 LSCOLORS = "ExFxBxDxCxegedabagacad" ;
18- NODE_PATH = "${ homeDir } /.node" ;
1918 LANG = "en_US.UTF-8" ;
2019 DEFAULT_USER = "${ config . home . username } " ;
2120 LS_COLORS = "ExFxBxDxCxegedabagacad" ;
2221 TERM = "xterm-256color" ;
2322 MISE_ENV_FILE = ".env" ;
24- NH_HOST = "${ config . home . username } @${ pkgs . system } " ;
23+ NH_HOST = "${ config . home . username } @${ pkgs . stdenvNoCC . hostPlatform . system } " ;
2524 } ;
2625 sessionPath = [
2726 "${ homeDir } /.local/bin"
2827 "${ homeDir } /.rustup/bin"
2928 "${ homeDir } /.cargo/bin"
30- "${ homeDir } /.node/bin"
3129 ] ;
3230 shellAliases = {
3331 neofetch = "fastfetch" ;
You can’t perform that action at this time.
0 commit comments