feat: add devenv
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{
|
||||
flake.modules.homeManager.dev-tools =
|
||||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.sessionVariables.CARGO_HOME = "${config.xdg.dataHome}/cargo";
|
||||
home.packages = [ pkgs.devenv ];
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user