227 current 2025-06-13 01:09:57 25.11.20250607.3e3afe5 6.15.1 *
This commit is contained in:
@@ -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;
|
||||||
|
@@ -178,6 +178,7 @@
|
|||||||
qemu
|
qemu
|
||||||
rustup
|
rustup
|
||||||
sbctl
|
sbctl
|
||||||
|
sops
|
||||||
usbutils
|
usbutils
|
||||||
wget
|
wget
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
|
Reference in New Issue
Block a user