From ced394fe30d081a3caab44a6fc8937ca6194517b Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Thu, 18 Jan 2024 17:53:39 -0500 Subject: [PATCH] added xilinx-env for vivado --- users/tacocat/shell/bash.nix | 5 +++-- users/tacocat/shell/fish.nix | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/users/tacocat/shell/bash.nix b/users/tacocat/shell/bash.nix index 90af1f9..91c773a 100644 --- a/users/tacocat/shell/bash.nix +++ b/users/tacocat/shell/bash.nix @@ -10,12 +10,13 @@ ''; profileExtra = '' - eval "$(ssh-agent -s)" ssh-add ~/.ssh/git_school ssh-add ~/.ssh/git_personal ssh-add ~/.ssh/id_ed25519 - ''; + sessionVariables = { + _JAVA_AWT_WM_NONREPARENTING = 1; + }; }; } diff --git a/users/tacocat/shell/fish.nix b/users/tacocat/shell/fish.nix index 2257ac0..c6b3b53 100644 --- a/users/tacocat/shell/fish.nix +++ b/users/tacocat/shell/fish.nix @@ -11,6 +11,9 @@ tmux attach end ''; + shellAliases = { + xilinx-env = "nix develop --no-write-lock-file github:nix-community/nix-environments#xilinx-vitis"; + }; plugins = [ { name = "z";