Switch from mise to direnv
This commit is contained in:
parent
2c40e28863
commit
ec81b4dbc4
3 changed files with 6 additions and 12 deletions
5
home/programs/direnv.nix
Normal file
5
home/programs/direnv.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.direnv.enable = true;
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.mise = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
experimental = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue