diff --git a/users/price/home.nix b/users/price/home.nix index 970ee2db..e79e5c4a 100644 --- a/users/price/home.nix +++ b/users/price/home.nix @@ -143,12 +143,6 @@ in TERMINFO_DIRS = "${config.home.homeDirectory}/.nix-profile/share/terminfo"; WSLENV = "TERMINFO_DIRS"; GTK_PATH = "${pkgs.gtk-engine-murrine}/lib/gtk-2.0"; - # PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig:${pkgs.sqlite.dev}/lib/pkgconfig"; - # LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [ - # openssl - # curl - # sqlite - # ]; }; sessionPath = [ "${config.xdg.dataHome}/bin" ]; }; diff --git a/users/sam/home.nix b/users/sam/home.nix index d5e91a56..6f1aa483 100644 --- a/users/sam/home.nix +++ b/users/sam/home.nix @@ -1,4 +1,9 @@ -{ pkgs, lib, ... }: +{ + pkgs, + lib, + config, + ... +}: let nixGLWrap = pkg: @@ -16,7 +21,11 @@ let in { imports = [ ../price/home.nix ]; - xdg.systemDirs.data = [ "/usr/share" ]; + xdg.systemDirs.data = [ + "${config.home.homeDirectory}/.nix-profile/share" + "/usr/share" + "/usr/local/share" + ]; home = { packages = with pkgs; [ (lib.hiPrio (nixGLWrap neovide))