move mise to home manager

This commit is contained in:
Joseph Hanson 2025-01-09 23:14:11 -06:00
parent d8f451b410
commit 83cb1b7bf7
2 changed files with 5 additions and 1 deletions

View file

@ -26,6 +26,11 @@ with config;
}; };
home = { home = {
# Tasks, env, and secrets management.
programs.mise = {
enable = true;
package = pkgs.unstable.mise;
};
# Install these packages for my user # Install these packages for my user
packages = with pkgs; [ packages = with pkgs; [

View file

@ -39,7 +39,6 @@
shfmt shfmt
statix statix
tmux tmux
unstable.mise
unstable.bottom unstable.bottom
unstable.cyme unstable.cyme
unstable.go-task unstable.go-task