From bfd130c87986e7cb75da2aa879f3f7024482ae1c Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 27 Jun 2024 19:38:27 -0700 Subject: [PATCH] cargo bin bb --- home.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;