1
Fork 0
satellite/modules/applications/shells/common.nix
2022-07-27 11:01:45 +03:00

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";
}