feat: refactored wireguard and fixed self-hosted bookmarks

This commit is contained in:
Nick 2025-07-06 13:35:31 -05:00
parent 5c1d3e6356
commit cd118791e5
14 changed files with 55 additions and 128 deletions

View file

@ -3,12 +3,6 @@ let
inherit (flake.config.people) user0;
user = config.home.username;
keyLogic =
if user == user0 then
"$env.ANTHROPIC_API_KEY = (open /home/${user0}/.config/zed/claude-api-key)"
else
"";
in
{
programs.nushell = {
@ -16,7 +10,6 @@ in
configFile.text = ''
sleep 7ms
$env.config = {show_banner: false}
${keyLogic}
'';
shellAliases = {
y = "yy";