fixes to get nix flake check working with new updates

This commit is contained in:
Noah Masur
2025-12-28 23:17:06 -05:00
parent a978e67346
commit 31d34c6540
3 changed files with 8 additions and 5 deletions

View File

@@ -6,6 +6,7 @@
}:
let
inherit (config.nmasur.settings) username;
cfg = config.nmasur.presets.programs.zellij;
zellij-switch-to-last = pkgs.writeShellScriptBin "zellij-switch-to-last" ''
@@ -199,7 +200,7 @@ in
if pkgs.stdenv.isDarwin then
[
"env"
"PATH=${config.home.homeDirectory}/.nix-profile/bin:/usr/bin"
"PATH=${config.home.homeDirectory}/.nix-profile/bin:/etc/profiles/per-user/${username}/bin:/usr/bin"
(lib.getExe pkgs.jjui)
]
else