fixing secrets

This commit is contained in:
2023-05-04 18:53:13 +00:00
parent 4736e85a5d
commit dd67b08d01

View File

@@ -97,7 +97,6 @@
man.enable = true; man.enable = true;
nix-index.enable = true; nix-index.enable = true;
yt-dlp.enable = true; yt-dlp.enable = true;
<<<<<<< HEAD
zsh = { zsh = {
enable = true; enable = true;
enableAutosuggestions = true; enableAutosuggestions = true;
@@ -133,9 +132,6 @@
]; ];
}; };
=======
>>>>>>> c466ca6 (sync)
bash = { bash = {
enable = true; enable = true;
historyControl = [ "ignorespace" ]; historyControl = [ "ignorespace" ];