diff --git a/home/misterio/electra.nix b/home/misterio/electra.nix index aae6f3a4..4c1b208e 100644 --- a/home/misterio/electra.nix +++ b/home/misterio/electra.nix @@ -5,6 +5,10 @@ ]; home.persistence."/persist/home/misterio" = lib.mkForce {}; home.username = "gabriel"; - home.packages = [pkgs.inputs.nix-gl.nixGLIntel]; + + programs.fish.interactiveShellInit = /* fish */ '' + set -p LD_LIBRARY_PATH $(${lib.getExe pkgs.inputs.nix-gl.nixGLIntel} printenv LD_LIBRARY_PATH) + ''; + wallpaper = pkgs.wallpapers.aenami-the-day-you-left; }