cargo bin bb

This commit is contained in:
Zynh Ludwig 2024-06-27 19:38:27 -07:00
parent 9f3082ff5a
commit bfd130c879

View file

@ -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;