test
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
pkgs,
|
||||
terminal,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
@@ -12,16 +11,10 @@
|
||||
programs.zoxide.enable = true;
|
||||
|
||||
programs.zsh = {
|
||||
plugins = [
|
||||
];
|
||||
|
||||
enableCompletion = false;
|
||||
syntaxHighlighting.enable = false;
|
||||
|
||||
shellAliases = terminal.shellAliases;
|
||||
|
||||
history.size = 10000;
|
||||
|
||||
antidote = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
||||
Reference in New Issue
Block a user