mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-26 09:00:59 -04:00
home/electra: append nixgl to ld_library_path
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user