Skip to content

Commit 4c33d71

Browse files
committed
feat: add mise
1 parent c7e1774 commit 4c33d71

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

modules/features/work/databricks.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
programs.uv.enable = true;
1919

20+
programs.mise.enable = true;
21+
2022
# append uv tools to path
2123
home.sessionPath = [
2224
"$HOME/.local/bin"

modules/users/southcity.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
modules = with self.homeModules; [
2626
workConfiguration
2727

28+
ai
2829
base
2930
cli
3031
nixvim

0 commit comments

Comments
 (0)