mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 13:24:38 -05:00
feat: refactored wireguard and fixed self-hosted bookmarks
This commit is contained in:
parent
5c1d3e6356
commit
cd118791e5
14 changed files with 55 additions and 128 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue