add devenv

This commit is contained in:
TheWanderingCrow 2025-12-18 08:05:51 -05:00
parent bdc3dde680
commit 6ce540f5aa

View file

@ -1,4 +1,10 @@
{ pkgs, ... }:
{
home.packages = builtins.attrValues {
inherit (pkgs.unstable)
devenv
;
};
programs = {
zsh.enable = true;
direnv = {