227 current 2025-06-13 01:09:57 25.11.20250607.3e3afe5 6.15.1 *

This commit is contained in:
2025-06-13 01:10:19 -04:00
parent 53b357bae9
commit dad74bcb36
2 changed files with 13 additions and 13 deletions

View File

@@ -44,23 +44,22 @@
flavor = "mocha"; flavor = "mocha";
}; };
# programs.bash = { # programs.bash = {
# enable = true; # enable = true;
# enableCompletion = true; # enableCompletion = true;
# historyIgnore = [ # historyIgnore = [
# "ls" # "ls"
# "ls -a" # "ls -a"
# "ls -l" # "ls -l"
# "ls -la" # "ls -la"
# "cd" # "cd"
# "exit" # "exit"
# ]; # ];
# }; # };
programs.zsh = { programs.zsh = {
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;
enableBashCompletion = true;
autosuggestion.enable = true; autosuggestion.enable = true;
history = { history = {
append = true; append = true;

View File

@@ -178,6 +178,7 @@
qemu qemu
rustup rustup
sbctl sbctl
sops
usbutils usbutils
wget wget
yubikey-manager yubikey-manager