hosts: split zsh into a module
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
liberation_ttf
|
||||
];
|
||||
|
||||
|
||||
programs = {
|
||||
git.enable = true;
|
||||
|
||||
@@ -46,17 +47,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
zsh = {
|
||||
enable = true;
|
||||
histSize = 30000;
|
||||
enableBashCompletion = true;
|
||||
enableCompletion = true;
|
||||
autosuggestions = {
|
||||
enable = true;
|
||||
highlightStyle = "fg=yellow,bold";
|
||||
};
|
||||
};
|
||||
|
||||
adb.enable = true;
|
||||
gamemode.enable = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user