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

5 lines
191 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";
}