Migrate to determinate nix

This commit is contained in:
2025-10-08 16:34:06 +08:00
parent 8cef23613d
commit 0f2442fd08
4 changed files with 1 additions and 23 deletions

View File

@@ -72,10 +72,6 @@ in
enable = true;
enableNushellIntegration = true;
};
nix-your-shell = {
enable = true;
enableNushellIntegration = true;
};
direnv = {
enable = true;
enableNushellIntegration = true;

View File

@@ -22,7 +22,6 @@ in
ripgrep
wget
delta
devenv
];
programs = {
@@ -41,10 +40,6 @@ in
hide_env_diff = true;
};
};
nix-your-shell = {
enable = true;
enableZshIntegration = true;
};
zsh = {
enable = true;
enableCompletion = true;