Switch from mise to direnv

This commit is contained in:
Florian RICHER 2024-03-07 22:13:46 +01:00
parent 2c40e28863
commit ec81b4dbc4
3 changed files with 6 additions and 12 deletions

5
home/programs/direnv.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
programs.direnv.enable = true;
}

View file

@ -1,11 +0,0 @@
{ config, pkgs, ... }:
{
programs.mise = {
enable = true;
settings = {
experimental = true;
};
};
}