move mise to home manager
This commit is contained in:
parent
d8f451b410
commit
83cb1b7bf7
2 changed files with 5 additions and 1 deletions
|
@ -26,6 +26,11 @@ with config;
|
|||
};
|
||||
|
||||
home = {
|
||||
# Tasks, env, and secrets management.
|
||||
programs.mise = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.mise;
|
||||
};
|
||||
|
||||
# Install these packages for my user
|
||||
packages = with pkgs; [
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
shfmt
|
||||
statix
|
||||
tmux
|
||||
unstable.mise
|
||||
unstable.bottom
|
||||
unstable.cyme
|
||||
unstable.go-task
|
||||
|
|
Loading…
Reference in a new issue