1
Fork 0
satellite/modules/applications/shells/common.nix

7 lines
201 B
Nix
Raw Normal View History

2020-05-13 11:34:15 +02:00
{
2022-07-27 10:00:25 +02:00
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";
2020-05-13 11:34:15 +02:00
}