add mise config
This commit is contained in:
parent
5a0d06f011
commit
4675d6db52
2 changed files with 13 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./fish.nix
|
./fish.nix
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
|
./mise.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
|
12
home-manager/mise.nix
Normal file
12
home-manager/mise.nix
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{ config, pkgs, lib, ... }: {
|
||||||
|
programs.mise = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
|
||||||
|
globalConfig = {
|
||||||
|
tools = {
|
||||||
|
node = "lts";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue