fix: use nixd

This commit is contained in:
2025-08-18 18:51:00 -07:00
parent 1477836e91
commit 4e1c0a168b
6 changed files with 14 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
tmux = import ./tmux.nix { inherit pkgs; };
oh-my-posh = import ./omp.nix;
eza = import ./eza.nix;
mise = import ./mise.nix;
};
xdg.mimeApps = import ./mime.nix;

4
nix/users/luca/mise.nix Normal file
View File

@@ -0,0 +1,4 @@
{
enable = true;
enableZshIntegration = true;
}