cargo bin bb

main
Zynh Ludwig 2024-06-27 19:38:27 -07:00
parent 9f3082ff5a
commit bfd130c879
1 changed files with 5 additions and 1 deletions

View File

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