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 = {
|
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; [
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue