feat: add devenv

This commit is contained in:
2026-04-22 23:22:19 +02:00
parent fbe351070d
commit 7f98d54e74
+2 -1
View File
@@ -1,8 +1,9 @@
{ {
flake.modules.homeManager.dev-tools = flake.modules.homeManager.dev-tools =
{ config, ... }: { config, pkgs, ... }:
{ {
home.sessionVariables.CARGO_HOME = "${config.xdg.dataHome}/cargo"; home.sessionVariables.CARGO_HOME = "${config.xdg.dataHome}/cargo";
home.packages = [ pkgs.devenv ];
programs.direnv = { programs.direnv = {
enable = true; enable = true;