Skip to content

Commit 077e222

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

3 files changed

Lines changed: 12 additions & 27 deletions

File tree

modules/features/work/databricks.nix

Lines changed: 0 additions & 27 deletions
This file was deleted.

modules/features/work/mise.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
flake.homeModules.work = {
3+
programs.mise.enable = true;
4+
5+
# append uv tools to path
6+
home.sessionPath = [
7+
"$HOME/.local/bin"
8+
];
9+
};
10+
}

modules/hosts/nb-wsl/configuration.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
libraries = [ pkgs.icu ];
3333
};
3434

35+
programs.dconf.enable = true;
36+
3537
system.stateVersion = "23.11";
3638
};
3739
}

0 commit comments

Comments
 (0)