diff --git a/home.nix b/home.nix index f7fa8d7..bfd3694 100644 --- a/home.nix +++ b/home.nix @@ -1,4 +1,4 @@ -{ pkgs, inputs, ... }: +{ config, pkgs, inputs, ... }: { imports = [ @@ -33,6 +33,10 @@ home.file = { }; + home.sessionPath = [ + "${config.home.homeDirectory}/.cargo/bin" + ]; + # wayland.windowManager.hyprland = { # enable = true; # package = pkgs.hyprland;