From 810acd92b07fab1c710965ab12eaf3865cae2c16 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Wed, 24 Jan 2024 12:09:39 -0500 Subject: [PATCH] changed xilinx-env --- users/tacocat/shell/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/tacocat/shell/fish.nix b/users/tacocat/shell/fish.nix index c6b3b53..9e3f4be 100644 --- a/users/tacocat/shell/fish.nix +++ b/users/tacocat/shell/fish.nix @@ -12,7 +12,7 @@ end ''; shellAliases = { - xilinx-env = "nix develop --no-write-lock-file github:nix-community/nix-environments#xilinx-vitis"; + xilinx-env = "distrobox enter --additional-flags '--env _JAVA_AWT_WM_NONREPARENTING=1' arch"; }; plugins = [ {