Updated nix-darwin flake to fix no-lock issue
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
programs = {
|
||||
zoxide.enable = true;
|
||||
eza.enable = true;
|
||||
fzf.enable = true;
|
||||
tealdeer = {
|
||||
enable = true;
|
||||
settings = {
|
||||
@@ -17,6 +16,9 @@
|
||||
atuin = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
enter_accept = false;
|
||||
};
|
||||
};
|
||||
zsh = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user