remove mise in favor of specific versions from nixpkgs
This commit is contained in:
parent
824a839485
commit
36e8027fdf
4 changed files with 4 additions and 14 deletions
|
@ -4,7 +4,6 @@
|
|||
./fish.nix # fish shell configuration
|
||||
./lazygit.nix # my preferred git porcellain
|
||||
./direnv.nix # smart cding
|
||||
./mise.nix # version management for tools
|
||||
./helix.nix # helix configuration, my CLI editor
|
||||
];
|
||||
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
python3 # needed for installing node.js
|
||||
];
|
||||
programs.mise = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
|
||||
globalConfig = { tools = { node = "lts"; }; };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue