7 lines
201 B
Nix
7 lines
201 B
Nix
{
|
|
shellInit = ''
|
|
export GITHUB_TOKEN=$(cat ~/water/gh-token)
|
|
'';
|
|
# "neofetch --package_managers on --cpu_brand on --cpu_cores on --memory_percent on --memory_display infobar --os_arch on";
|
|
}
|